QRCode / Barcode draw

Hi!

I'm using Syncfusion PDF in our software since month and it's working perfectly! I'm adding a new feature in our document generation which is the QRCode integration.

I saw that there was the PdfQRBarcode class who also works pretty well but quite differently that the other functions I'm using :

For texts, layout, images elements i'm using PdfGraphics.draw() which is perfect for me because I can give the specific area that i'm drawing in my recursive algorithm. But PdfQRBarcode doesn't work the same.

I need to draw directly on the PdfPage and that bothers me a little beacause I don't have the relative position system given by PDFGraphics.

Is there any work around to have a graphics.drawqrcode(content,position) ?

Best regards,

Roman

1 Reply

SL Sowmiya Loganathan Syncfusion Team May 9, 2018 12:30 PM UTC

Hi Romane, 

Thank you for contacting Syncfusion support. 

We have analyzed your requirement. At present we do not have support to add Barcode to PDF document using PdfGraphics. We do only support to add barcode to PDF at specified location using PdfPage.  

Please refer the below UG documentation link for your reference, 

Kindly share us the code snippet which you have tried in your end and provide further information regarding your requirement. It will helpful for further analysis and provide a precise solution on this. 

Regards, 
Sowmiya L 


Loader.
Up arrow icon