Re: [PHP] Re: scanned in & manipulate to a pdf

2008-05-27 Thread Christian Flickinger
PDFTK is a great tool, but if you want to keep everything inside PHP, using imagick is great. I use PDFTK to populate form fields in PDF files before I do other things using imagick. - spoon "Brady Mitchell" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] On May 27, 2008, at 9

Re: [PHP] Re: scanned in & manipulate to a pdf

2008-05-27 Thread Christian Flickinger
If that is the case, then the task is admittedly harder, but not impossible ;) As for PDF manipulation & merging directly in PHP (with the help of imagick extension), I will be posting the code to my blog (the website associated with my email address) as per Scott MacVicar's suggestion, within

Re: [PHP] Re: scanned in & manipulate to a pdf

2008-05-27 Thread Brady Mitchell
On May 27, 2008, at 923AM, Bastien Koert wrote: Interesting to know, however the OP's question was about using PHP to run the scanner, not on the already present PDFs in the FS. That's not how I read the question, but clearly I could be wrong... Could / Would you be willing to share you s