PDF barcode?

jigax

Active member
Joined
Aug 17, 2006
Messages
43
Programming Experience
Beginner
Hello everyone,

I need some help on getting the following done. I have a two files a pdf and a text file. The pdf has for example 30 pages and the txt has thirty lines with names. I would like to add to the very top of each pdf page the name in barcode format in order. For example page 1 of the pdf will have the first line in the txt file in barcode format.

Thanks in advance!
 
What produces the PDF in the first place?

Do you have another file with the all the data that is included on the 30 pages?

What barcode format do you want?
 
I would like code 39. The PDF is actually a print file with adobe. I don't have another file with the data. It's not always 30 pages I just gave that example.
 
My point was - do you produce the PDF from available data, or is it provided to you by a third party?
 
Sorry. It's third party data. I go on a website which I print work orders from. I would like to generate barcodes for each of these work orders this way I don't have to type when searching my database for these orders.
 
Back
Top