Add QR Code at user defined coordinates into PDF. So, New PDF=OLD PDF +QR Code. How do I achieve this?

Hello Everyone, I am trying to edit PDF File inside Ignition. Basically adding one QR Code to existing PDF file and then I want to print it. Is it possible?
Let me know.
Thanks in Advance!

Not through any capability built in to Ignition.

Reading and editing PDFs is a substantially different process from creating them.

You could try a Java PDF library (for instance, Apache PDFBox; FOSS) - but you’ll have to either load that dependency via a module or the (unsupported) workaround using the lib/ folder on the gateway detailed elsewhere on the forums.