vote up 1 vote down star
1

Hi,

I wondered if it was possible to flatten PDFs using PHP? I use fpdf to create and collate from a collection of PDFs however when php has processed it some information is missing such as the comments.

I get sent several thousand PDFs every month that go on the companys website. I do need to display the comments? I Know I can flatten it down in Acrobat Pro by using the javascript debugger ( this.flattenPages() ). Is there anyway to automate and save the information using PHP? As long as its displayed on the doc im not too bothered.

Many Thanks

Mike

flag

2 Answers

vote up 1 vote down

See Filling PDF Forms with PHP. Near exact duplicate...

link|flag
vote up 0 vote down

There are a bunch of tools mentioned here, one of which might do what you want:

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.