PDF Creation Without Ghostscript

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
Tomcat7194
Forum Commoner
Posts: 48
Joined: Mon Jul 31, 2006 1:34 pm

PDF Creation Without Ghostscript

Post by Tomcat7194 »

Hello.

I need a script that will export a PDF file from an HTML or PHP page, but all of the free scripts out there use Ghostscript, and my host won't allow me to install it. Are there any scripts out there that will convert PHP to PDF without Ghostscript?

Thanks
Tom
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

ezpdf and fpdf don't require Ghostscript.
Post Reply