[PHP] PDF creation using PHP, based on a PDF template

2004-01-22 Thread Mark Wouters
Hi all! I'm trying out this script I found in a book I bought. It does not work though.. The code is below. It looked like an easy solution for what I want to do. It takes a template PDF file and replaces <> with a value, <> with a value,... I want to be able to generate an PDF invoice automatica

Re: [PHP] PDF Creation

2003-03-18 Thread Steve Keller
At 3/13/2003 01:05 PM, Christopher J. Crane wrote: > I am just getting into PDF creation and I am having some issues. Can anyone > send me a simple script that creates a PDF doc. I would like it to open in > the browser after creation, not create a file. Try the EZPDF class. It does just that, ser

RE: [PHP] PDF Creation

2003-03-13 Thread SED
05 To: [EMAIL PROTECTED] Subject: [PHP] PDF Creation I am just getting into PDF creation and I am having some issues. Can anyone send me a simple script that creates a PDF doc. I would like it to open in the browser after creation, not create a file. If someone has a simple one with an image placeme

[PHP] PDF Creation

2003-03-13 Thread Christopher J. Crane
I am just getting into PDF creation and I am having some issues. Can anyone send me a simple script that creates a PDF doc. I would like it to open in the browser after creation, not create a file. If someone has a simple one with an image placement as well that would be great. I can figure it out

[PHP] [PDF Creation] Insertion of image on a PDF using EzPDF library

2003-01-03 Thread Natacha Salmon
Hi all, Here is my problem. I got a web application, who must build a PDF using datas from a MySQL table and a logo (JPEG format), and send the PDF generated by mail. I manage to build the PDF. Instead of sending it via mail, I tried to open it directly on my browser, IE 6.0. All is ok, I see my

Re: [PHP] PDF creation with PDF-LIB samples?

2002-03-01 Thread Henrik Hansen
[EMAIL PROTECTED] (Jason Wong) wrote: > On Friday 01 March 2002 13:37, Andras Kende wrote: >> Hello, >> >> Trying to create some pdf documents on the fly with php and mysql.. >> >> I search the web but not yet found any easy way to do this... > > Did you try google?: pdf php > >> Tried Yaps

Re: [PHP] PDF creation with PDF-LIB samples?

2002-03-01 Thread Jason Wong
On Friday 01 March 2002 13:37, Andras Kende wrote: > Hello, > > Trying to create some pdf documents on the fly with php and mysql.. > > I search the web but not yet found any easy way to do this... Did you try google?: pdf php > Tried Yaps but it requires ghostscript which didnt install on a

[PHP] PDF creation with PDF-LIB samples?

2002-02-28 Thread Andras Kende
Hello, Trying to create some pdf documents on the fly with php and mysql.. I search the web but not yet found any easy way to do this... Tried Yaps but it requires ghostscript which didnt install on a cobalt raq4 because it it requires some more programs (glibc...etc..)... Anyone can give