This is an archived forum post. The information may be outdated. Contact us if you have any questions.

My file is converting in pdf but not with the php out put it creats only html content

samr195 wrote on 2015-11-27:
I have followed all steps given, in instructions i want to create download for my php out put with html, i have created pdf file but it gets only html out put not php one, Can any one help me to get my pdf with php out put, Thank You so much
support wrote on 2015-11-27:
Hello,

convertFile() can convert only HTML files, not PHP files. If you want to convert a PHP page, it must be accessible on the public Internet and you need to use the convertURI() API function.