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

Blank PDF

EliAht wrote on 2016-01-04:
Hi I just started using the API (via PHP).

If I try to create a PDF of www.google.com, as in the sample code, it works fine.

But if I try my site:
$pdf = $client->convertURI('http://alhatorah.org/Avraham\'s_Guests_%E2%80%93_Angels_or_Men/2');
I get a blank pdf.

Thanks,
Eli
support wrote on 2016-01-06:
Hello Eli,

The page renders some of its content some time after the OnLoad event is fired. Unfortunately, this does not work reliably with our software.
EliAht wrote on 2016-01-08:
Thank you.