Is it possible to insert a barcode (e.g. UPC) and QR code into a PDF using the PDF creator?
Hi Mike,
Yes, you can insert a barcode in a PDF using PDF creator. To achieve the same, you would first need to use some API that will help you generate a barcode.
As the next step, in PDF creator use one variable to fetch the barcode at the run time & display it in the generated PDF
Now, in an action flow, 1st call the API to generate a barcode, then in the same task create a variable to store the API’s output, and lastly assign this variable field created in the PDF creator to display the barcode.
I hope this will help.