How to make sure PDF libraries are installed

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
eblackwell
Forum Newbie
Posts: 19
Joined: Mon Oct 10, 2011 3:19 pm

How to make sure PDF libraries are installed

Post by eblackwell »

My web host says they are, but I'm not sure.

One article says to have a file with: <?phpinfo();?>

And I should see something like:
PDF Support: enabled
PDFlib Gmbh Version: 5.0.3
Revision: $Revision: 1.112.2.11 $

But I don't see anything for PDFlib. Does this mean the libraries aren't installed?

Thank you.
User avatar
social_experiment
DevNet Master
Posts: 2793
Joined: Sun Feb 15, 2009 11:08 am
Location: .za

Re: How to make sure PDF libraries are installed

Post by social_experiment »

http://www.scribd.com/doc/4785074/PDFlib-in-PHP-HowTo
You can look at this url; to my thinking 'enabled' and a version number would indicate that the library is installed
“Don’t worry if it doesn’t work right. If everything did, you’d be out of a job.” - Mosher’s Law of Software Engineering
Post Reply