Hi Everyone,
I need to shrink, manipulate and modify some PDFs through PHP.
What do you suggest?
Edit PDF via PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
Re: Edit PDF via PHP
You might want to look at FPDFI, PDFLIB and Zend_PDF. There are others (and always Adobe)
(#10850)
Re: Edit PDF via PHP
PDFLib is the only library I know of that can edit existing PDFs. There is a free version, but the version that can edit PDFs costs money.
Real programmers don't comment their code. If it was hard to write, it should be hard to understand.