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 was archived by the owner on Nov 24, 2020. It is now read-only.
When writing HTML to a PDF file using the
h2pclass I notice there is quality loss on the images.Any tips?
I've added the
qualityparameter to therenderfunction inside theconverter.jsfile, 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.