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
the "I want to decide how the pdf will look" low level, for cases when the html can't be rendered in pdf
The high level could be a method which takes either an url or an html fragment to be converted.
The low level could just expose the pdfjs api to a dedicated namespace?
The last version simplify the doc creation (no mandatory font, defaults to helvetica) and the resulting document inherits directly from Readable, so there is no more _doc field.
The text was updated successfully, but these errors were encountered:
For websites that don't propose PDF files (like The Old Reader and Booking 😉 ).
I think that there are at least two levels:
The high level could be a method which takes either an url or an html fragment to be converted.
The low level could just expose the pdfjs api to a dedicated namespace?
The last version simplify the doc creation (no mandatory font, defaults to helvetica) and the resulting document inherits directly from Readable, so there is no more
_doc
field.The text was updated successfully, but these errors were encountered: