6

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 company's 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 it's displayed on the doc I'm not too bothered.

Jocelyn
  • 11,209
  • 10
  • 43
  • 60
  • 1
    See [Filling PDF Forms with PHP](http://stackoverflow.com/questions/77873/filling-pdf-forms-with-php "Filling PDF Forms with PHP"). Near exact duplicate... – PhiLho Nov 24 '08 at 15:54

1 Answers1

0

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

Community
  • 1
  • 1
Colin Pickard
  • 45,724
  • 13
  • 98
  • 148