-
Notifications
You must be signed in to change notification settings - Fork 541
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
Question: How html to pdf works? #3
Comments
I'm using phantomjs to render the DOM and phantomjs is using QT to convert it to a pdf. I'm only using a phantomjs script. So the pdf generation has nothing to do with this library. It completely depends on phantomjs. Therefore it's the phantomjs renderer (or QPrinter) that has a bug. |
Cool! Thanks for the time to explain =) |
You're welcome. Just ask if you have more questions. |
I've just seen that today phantomjs 2.0 using QT5 landed in master: ariya/phantomjs#12329 |
[FIX] Arbitrary file read using `secure arguments` for `PhantomJS`
Hi @marcbachmann,
I couldn't understand how you get the data from phantom and transform it in pdf binary. You create something like an image? Because the content is not selectable or links can't be clicked.
Can you explain if you have some time?
Thanks anyways =)
The text was updated successfully, but these errors were encountered: