We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2c1018 commit 5396c70Copy full SHA for 5396c70
test.php
@@ -1,5 +1,5 @@
1
<?php
2
3
-wkhtmltox_pdf_init();
+wkhtmltox_convert('http://www.google.com', 'test.pdf', array('a' => 1, 'c' => 'test', 4 => 'hello'));
4
5
?>
0 commit comments