Didactic I am writing a little tutorial here for creating a QRCode for a vCard file. As I don’t use it that much, it feels like I need a memo for it. Preparation We will use a vCard file named test.vcf which contains the following:
1 2 3 4 5 6 7 8 9 10 |
BEGIN:VCARD VERSION:2.1 N:Family Name;First Name;;; FN:First Name Family Name TITLE:Your job title EMAIL:emailaddress@example.com ADR;HOME:;;123, avenue des Champs-Élysées;Paris;Île-de-France;75008;France TEL;TYPE=cell:+33 123456789 URL:http://example.com END:VCARD |
Result file Generating the image Prerequisites qrencode package with […]