Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Generate QR code from PDF file.

former_member623396
Discoverer
0 Kudos

i have created an adobe form ,now i want to generate a QR code from that file . Upon scanning that QR code it should open that pdf file .

1 REPLY 1

FredericGirod
Active Contributor
0 Kudos

You will have a lot of work to do that 🙂

- Store the PDF somewhere accessible from the end-user computer, it will be certainly a Content Server. You could check the customizing in OAM1 if there is or not a Content Server.

- You will have to decide if the url is fixed or dynamic. If it is fixed, just get the URL corresponding to the object & create the QR code of this url. If it is dynamic you will have to create a web service that generate from the object type & the value the good URL.

I prefer the dynamic, because if the Server name change, the host change, you will not have to reprint all the QRcode

so first, investigate, if you have a content server & what kind