1

I used to dynamically create PDF documents and barcodes with HTML using TCPDF.

To generate the barcode options the serializeTCPDFtagParameters method is used and later <tcpdf method="write1DBarcode" params="PARAMS" /> is passed to the PDF's HTML.

Now, I need to generate a barcode and then insert on each page of an existing PDF template.

Is it possible to generate a barcode for an existing PDF using TCPDF library?

aqua
  • 377
  • 4
  • 17
  • Have you checked out http://stackoverflow.com/questions/26029065/tcpdf-import-is-not-bringing-in-an-existing-file ? – MonkeyZeus Mar 02 '16 at 20:57
  • I don't think it's ready for prime-time though, so good luck! http://www.tcpdf.org/doc/code/tcpdf__import_8php.html – MonkeyZeus Mar 02 '16 at 20:58
  • Can you use a barcode font, or do you need to create an image? (hint: a font is preferred) – Max Wyss Mar 02 '16 at 21:42

0 Answers0