[PHP] Editing PDF

2005-05-10 Thread Sam Smith
I have an existing PDF file that I want to add text to or make changes to text with data from an HTML form via PHP. The PDF looks like this: 20 0 obj/Length 5586/Filter[/ASCII85Decode/FlateDecode]stream 8;X-DgMYb:(An746bc%oU,Mo*Snfn`(:.P:CnHNZLL%2;CCTp,[EMAIL PROTECTED]'+2VqIkV -$2%Ipq]A

Re: [PHP] Editing PDF

2005-05-10 Thread Joe Wollard
Sam, I'm not an expert in the area but from what I've seen in the past you might want to look into using LaTex or something similar from the command line. There might be a way to edit the PDF directly from PHP but I wouldn't know where to tell you to start. For that matter I'm not even certain

Re: [PHP] Editing PDF

2005-05-10 Thread hitek
: Sam Smith [EMAIL PROTECTED] Date: 2005/05/10 Tue AM 08:36:13 EDT To: PHP php-general@lists.php.net Subject: [PHP] Editing PDF I have an existing PDF file that I want to add text to or make changes to text with data from an HTML form via PHP. The PDF looks like this: 20 0 obj/Length 5586

Re: [PHP] Editing PDF

2005-05-10 Thread Marek Kilimajer
Sam Smith wrote: I have an existing PDF file that I want to add text to or make changes to text with data from an HTML form via PHP. The PDF looks like this: 20 0 obj/Length 5586/Filter[/ASCII85Decode/FlateDecode]stream 8;X-DgMYb:(An746bc%oU,Mo*Snfn`(:.P:CnHNZLL%2;CCTp,[EMAIL PROTECTED]'+2VqIkV

Re: [PHP] Editing PDF

2005-05-10 Thread tg-php
Also keep in mind that any graphics in the PDF, even an uncompressed one, will show up encoded... Base64 or UTF or whatever PDFs use. I also remember reading once that there's data at the end of the PDF that gives a pointer to where in the PDF certain data is. That if you add/remove stuff

Re: [PHP] Editing PDF

2005-05-10 Thread Sam Smith
Sam Smith wrote: I have an existing PDF file that I want to add text to or make changes to text with data from an HTML form via PHP. The PDF looks like this: 20 0 obj/Length 5586/Filter[/ASCII85Decode/FlateDecode]stream 8;X-DgMYb:(An746bc%oU,Mo*Snfn`(:.P:CnHNZLL%2;CCTp,[EMAIL