I need to augment a PDF with a custom metadata field on download in PHP (5.3).
I have been looking at the pdftk library, but I can't get my head around how I would get PHP to interface with it on our (Ubuntu) web server.
The deprecated PDFInfo library seems like a dead end.
Is there a simpler/easier/better solution?
Thanks