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 Nov 24, 2020. It is now read-only.
When writing HTML to a PDF file using the
h2p
class I notice there is quality loss on the images.Any tips?
I've added the
quality
parameter to therender
function inside theconverter.js
file, but that does not show any difference.page.render(options.destination, { format: 'pdf', quality: '100' });
I've also set the page DPI to 72 and higher... no difference.
The text was updated successfully, but these errors were encountered: