Edit PDF via PHP

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
hatrena
Forum Newbie
Posts: 7
Joined: Thu Jan 20, 2011 5:24 am

Edit PDF via PHP

Post by hatrena »

Hi Everyone,

I need to shrink, manipulate and modify some PDFs through PHP.
What do you suggest?
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: Edit PDF via PHP

Post by Christopher »

You might want to look at FPDFI, PDFLIB and Zend_PDF. There are others (and always Adobe)
(#10850)
User avatar
pickle
Briney Mod
Posts: 6445
Joined: Mon Jan 19, 2004 6:11 pm
Location: 53.01N x 112.48W
Contact:

Re: Edit PDF via PHP

Post by pickle »

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.
Post Reply