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