PDFsharp & MigraDoc Foundation
https://forum.pdfsharp.net/

Add a QRCode to a PDF
https://forum.pdfsharp.net/viewtopic.php?f=2&t=2313
Page 1 of 1

Author:  thedavegray [ Wed Jan 23, 2013 5:21 pm ]
Post subject:  Add a QRCode to a PDF

Hi,
Anyone got an example of how to add a QRCode to a PDF? I've created a PDF using Adobe 9 and have added a
Barcode with symbology QRCODE. In the C# code I can find all the textfields using the Acrofields but can't seem to
access the barcode field and give it a value.

Any ideas or examples?


Code:
                PdfTextField ptf = (PdfTextField)document.AcroForm.Fields[name];
                ptf.Font = font;
                switch (name.ToUpper())
                {
                    case "FULLINTRODUCTIONNAME":

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
https://www.phpbb.com/