First of all, do you need Windows to generate PDF files using PHP?
If not, do you have to generate PDF documents from scratch or can you open a PDF file using PHP and replace certain text with the correct text. (such as addresses, names etc)
PDF files and PHP
Moderator: General Moderators
- Christopher
- Site Administrator
- Posts: 13596
- Joined: Wed Aug 25, 2004 7:54 pm
- Location: New York, NY, US
You will probably not find any php based library (or otherwise) that will allow you to "edit" exisitng PDF files.
I've had good success using EzPDF found here: http://www.ros.co.nz/pdf/
I don't think the author is supporting it very much these days, but it is still a very nice, free, and easy-to-use library.
I've had good success using EzPDF found here: http://www.ros.co.nz/pdf/
I don't think the author is supporting it very much these days, but it is still a very nice, free, and easy-to-use library.