Please enable JavaScript to view this page correctly.
This is an archived forum post. The information may be outdated. Contact us if you have any questions.
$out_file = fopen("document.pdf", "wb"); $pdf = $client->convertURI("http://example.com", $out_file); fclose($out_file);