On the bottom of each page (below the trim marks), there are the slug instructions like:
M01_FRAN6727_01_SE_C01.indd 26 10:15 PM 2/8/08
This line represents File name, page number, created time, created date. Also the pdf contains images, text etc.
I want the script to go page by page in the selected pdf and read this slug information found at bottom of the each page and stored in a text file.
EXAMPLE:
If the pdf contain 3 pages, the text file should contain 5 lines like:
M01_FRAN6727_01_SE_C01.indd 26 10:15 PM 2/8/08
M01_FRAN6727_01_SE_C01.indd 27 10:15 PM 2/8/08
M01_FRAN6727_01_SE_C01.indd 28 10:15 PM 2/8/08
silly question here but could you get the data as you make the PDFs rather than after ? also what program are you trying to use to extract the data ? do you have the beginnings of a possible script ?