Using PDFNet SDK from PHP with a third party ISP

,

Q:

From what I´ve read on your site, PDFNet SDK, requires to be installed on the server and the php.ini has to point to where it is. As we run our installation on a hosted solution (we use GoDaddy), we want to know if there is a way to use it on this environment in case we do not have access to modify that parameter.

A:

I am not familiar with GoDaddy hosting environment. Perhaps you check with their support?

In the worst case (i.e. if you can’t use PHP extensions) you may need to use ‘PDFNet for C/C++’ to make a console app that can be invoked via shell command from PHP.