[PHP] PHP PDF Support...

2003-09-25 Thread Brian M McGarvie
I have successfuly been creating PDF files... however it is required that the files are printed Automatically - i.e. no need to hit print icon etc etc... Anyone know how to achieve this or atleast point me in the right direction? -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] PHP PDF attachment

2003-02-25 Thread Steve Jackson
Can anyone help. I have code which will send email with an attachment via PHP however when it arrives to the destination email the PDF file is empty. I have come across a few emails where people have had the same problem but no answers. Any ideas? Using the normal mail() function with the code belo

[PHP] PHP PDF parser and FFDB-php SQL wrapper

2003-02-02 Thread zlu tarch
Hi All, I need to extract text ata from PDF files. Does anyone know if there is a PHP PDF parser? Also, does anyone know if there is a sql wrapper for the ffdb-php project (http://sourceforge.net/projects/ffdb-php/)? John created this wonderful FFDB in PHP, and I was wondering if there are plan

RE: [PHP] PHP & PDF

2002-05-17 Thread James E. Hicks III
2002 2:02 PM To: [EMAIL PROTECTED] Subject: RE: [PHP] PHP & PDF On Fri, 17 May 2002, James E. Hicks III wrote: > I do a > >system("html2ps SOME.html > SOME.pd"); > > then I do a > >system("ps2pdf SOME.pd"); How about just: system(&

RE: [PHP] PHP & PDF

2002-05-17 Thread Miguel Cruz
On Fri, 17 May 2002, James E. Hicks III wrote: > I do a > >system("html2ps SOME.html > SOME.pd"); > > then I do a > >system("ps2pdf SOME.pd"); How about just: system('html2ps < some.html | ps2pdf > some.pdf'); ? miguel -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] PHP & PDF

2002-05-17 Thread Thalis A. Kalfigopoulos
I'd suggest you go for FPDF, a free PHP class for generating PDF files fast & easy. It's pretty good for simple stuff (i.e. 99% of my work at least) and has a fast learning curve. www.fpdf.org cheers, thalis On Fri, 17 May 2002 [EMAIL PROTECTED] wrote: > Hi the ML > > I have the following

Re: [PHP] PHP & PDF

2002-05-17 Thread Chris Boget
> I have the following question : > I have constructed several pages with PHP which look likes some reports. (I > attached one example to my mail) > Now I need to convert this HTML page to PDF to send it by mail . > Does any one has an idea ? Check out HTMLDoc. It works wonders for us. Chris

RE: [PHP] PHP & PDF

2002-05-17 Thread James E. Hicks III
cript; Processing E-voice file complete. 467 E-voices sent. START - 08:00:00 STOP - 08:09:19 James -Original Message- From: peter tatischev [mailto:[EMAIL PROTECTED]] Sent: Friday, May 17, 2002 9:43 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP & PDF Why not mail it as MIME??

Re: [PHP] PHP & PDF

2002-05-17 Thread peter tatischev
Why not mail it as MIME?? if that's not the case, refer to http://www.php.net/manual/en/ref.pdf.php - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 17, 2002 5:17 PM Subject: [PHP] PHP & PDF > Hi the ML > > I have

[PHP] PHP & PDF

2002-05-17 Thread DrouetL
Hi the ML I have the following question : I have constructed several pages with PHP which look likes some reports. (I attached one example to my mail) Now I need to convert this HTML page to PDF to send it by mail . Does any one has an idea ? Laurent Drouet (See attached file: samples.zip) #

Re: [PHP] Php/Pdf application

2002-04-09 Thread Justin French
I don't believe you can do "1", and i'm not clear on what you're asking in "2". I've found Adobe's security stuff to be perfectly adequate. It gives you the options on what to allow them to do -- separate passwords can be assigned for viewing and modifying the file, and you can prevent any/all o

[PHP] Php/Pdf application

2002-04-09 Thread Geoff Hankerson
I am wondering if one or more of you can point me in the right direction on this one. Our company has intellectual property (legal forms) that is in the form of a pdf. We want to sell this over the Web but a regular pdf is not secure and it would allow users to make unlimited copies and have unli

Re: [PHP] PHP & .PDF & .ZIP ???

2002-04-07 Thread Tyler Longren
-only functions, you could use exec() or system() to zip your files. Tyler Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com - Original Message - From: "Jason Caldwell" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, April 07, 2002 12:57

[PHP] PHP & .PDF & .ZIP ???

2002-04-07 Thread Jason Caldwell
I need to automatically create a .PDF file from a *dynamically created* text file, then .ZIP that file up. Then *ultimately* have that file attached to an email and automatically sent. Can PHP do .PDF files? .ZIP Files? The caveat on the .PDF file is; it also needs to be locked (or password pr