-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use puppeteer for generating the PDF's? #12
Comments
Yeah, there are tons of other open source options, you don't need to be uising prince. |
Setting up a way to build with a more open option like Puppeteer would be welcome. |
PR for this issue. ;) |
@cbleslie if you look at the outputs of Chrome they do not match prince |
@limeb Totally not perfect. I would love help with the issues, feel free to raise a PR if you have the time to look into rendering. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figure we could make a gulp build, and run puppeteer (headless chrome) to export the PDF's? Thoughts?
https://github.com/GoogleChrome/puppeteer has an example of creating a PDF from a page:
Addtional docs: https://github.com/GoogleChrome/puppeteer/blob/master/docs/api.md#pagepdfoptions
The text was updated successfully, but these errors were encountered: