PDF libraries?

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
Dynamis
Forum Contributor
Posts: 122
Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US

PDF libraries?

Post by Dynamis »

I am currently trying to create my own pdf documents from scratch and have been unable to find a good pdf library for php that could streamline this task for me. I found php_pdf.dll, but when I put it in the extensions folder and add it to the config file, it still is not being loaded by php. Perhaps I'm missing something there or it doesn't work for my version of php? I'm using php5.2.9.-2.

Any suggestions on good pdf libraries or simple code to implement pdf's in php would be greatly appreciated.
Dynamis
Forum Contributor
Posts: 122
Joined: Thu Jul 10, 2008 3:15 pm
Location: Indiana, US

Re: PDF libraries?

Post by Dynamis »

I ended up using FPDF for future reference. So far it is pretty simple and straight forward.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PDF libraries?

Post by Christopher »

There was a thread about PDFs recently:

viewtopic.php?f=1&t=103373
(#10850)
Post Reply