I would like to use a specific field from a specific line in my PDF file to build the file name, and I have a working script with sed and awk to extract the needed field.
Did I misunderstand, however, that I can build a filename from the PDF file contents? The documentation makes reference to the "Document title," but I didn't see that explained.
I'm using YAFPC as a remote print queue on an AIX system, and I am printing to the queue using the enscript command. For example:
enscript -dpdf filename
where 'pdf' is the queue name. So, 'filename' is my 'Document title'?
Thanks,
Andrew Cyr