Hi,

PDFBox itself doesn't have anything to create QR codes.

What you could do:
1) create the QR code as an image and then add this image to a PDF, so this isn't really on the fly 2) do it with javascript in the PDF itself, but for that you'd need to have the javascript code, and the PDF must be with a software that supports javascript.

Tilman

Am 27.06.2019 um 12:45 schrieb Jack Poole:
Hi all, I'm new to PDFBox and new to this mailing list. I'm looking for
guidance on the capabilities of PDFBox to use for my organization. I have a
specific requirement that utilizes dynamic QR codes.


I’ve looked around and it seems like PDFBox may be able to do this. Before
I pursue further, I need to clarify.


I need to utilize dynamic QR codes to capture PDF form data on an android
tablet.


For the project, the user will be given a pdf form on a tablet, and once
they answer the form questions I would like to generate a QR code. This QR
code will be scanned in person by mobile and be used to capture the form
data. The tablet will not have a network connection.


Any pointers on implementing this with PDFBox would be appreciated. Thanks


Thanks for your help,


Jack



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@pdfbox.apache.org
For additional commands, e-mail: users-h...@pdfbox.apache.org

Reply via email to