php to pdf

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

php to pdf

Post by gurjit »

has anyone used this project to create pdf on the fly?

http://sourceforge.net/projects/pdf-php

I'm trying to generate a pdf file on the fly although I'm not sure this class can do it (on the fly) with dynamic content.

If anyones done it can they lead me in the right direction?

If there is an alternative way of doing this without installing any .dll files can anyone let me know

What is the easiest solution.

I have a set of webpages which generate dynamic letters. I want to export these letters to pdf on the fly, so rather than opening in a web browser they open in pdf. How do I do this?

I do not have the PDFlib installed. So I need an alternative method if there is one out there.

Using PHP 4.
MalikBB
Forum Newbie
Posts: 11
Joined: Fri Jul 20, 2007 4:34 am
Contact:

Post by MalikBB »

Mmmm, Zend Framework?
Or Jaws - good solution. Some ready classes, wich are works with PDF "in fly".
User avatar
gurjit
Forum Contributor
Posts: 314
Joined: Thu May 15, 2003 11:53 am
Location: UK

Post by gurjit »

anymore ideas?
Post Reply