Hello,
I am creating an PDF using the LayoutResult to have a flow layout, where I can add content after content to the page.
Now I need to add a QR-Code to the page. But the PdfQRBarcode is not a PdfLayoutElement, so this is not working with my creation process.
Is there a way to wrap the QR-Code inside of an PdfLayoutElement?
Or is there any other workaround for this?
Regr