Skip to content

PDF DPI Setting Option #731

@carterdewberry

Description

@carterdewberry

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions