-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Description
Hello, my exported pdf is blurry, both text and hi-res images. Is there a solution for this? It looks crisp in the html rendering. I appreciate your assistance.
Code:
const opt = {
margins:[30,30,30,30],
jsPDF: { unit: 'pt', format: a4, orientation: 'landscape' },
pagebreak: { before: pageBreakBefore, after: pageBreakAfter }
};
html2pdf().from(element).set(opt).save();
Metadata
Metadata
Assignees
Labels
No labels