You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.
In addition to passing in a URL, it would be great if I could pass in a string of HTML, as is supported by the Ruby wkhtmltopdf gems out there. I know this is possible in PhantomJS by using the following code:
var page = require('webpage').create();
page.content = '<html><body><p>Hello world</p></body></html>';
The text was updated successfully, but these errors were encountered:
In addition to passing in a URL, it would be great if I could pass in a string of HTML, as is supported by the Ruby wkhtmltopdf gems out there. I know this is possible in PhantomJS by using the following code:
The text was updated successfully, but these errors were encountered: