hi,
I'm working on a project and i need to modify some pdf files before printing them.
In fact, i got some pdf models, and a database which contains informations to print. I want to add this informations in pdf files and then start printing. My problem at this time is that i don't find any free class or module that allow that. I know that it's possible to do it with pdflib or clibpdf but you must pay to use them commercially.
Can you please tell me if you know something that could be used in php to do it freely.
Thanks,
Marc.
I think if you put some markup (e.g. [[TITLE]]) in a pdf file and save the file without compression you can simple replace the markup with the content from database
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php