Dynamically creating a pdf doc with user input
Moderator: General Moderators
Dynamically creating a pdf doc with user input
I was asked by a customer to make him a "Pedigree Creator"
I am making a script that will (hopefully) convert a series of text boxes into a pdf document. Is this possible with PHP?
I am making a script that will (hopefully) convert a series of text boxes into a pdf document. Is this possible with PHP?
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Are you asking if its possible to generate pdf documents in PHP? If so the answer is yes, there are also other libraries that can accomplish this.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
phpinfo() or extension_loaded(), or get_loaded_extensions()
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Found one! http://www.fpdf.org/ doesn't need extensions... looks like it will work. Thanks!
I use FPDF on a few of my projects .. it's ace.The Ninja Space Goat wrote:Found one! http://www.fpdf.org/ doesn't need extensions... looks like it will work. Thanks!