Skip to content

Why are the margins incorrect? Will it be missing some words? #3250

@bbhxwl

Description

@bbhxwl

Why are the margins incorrect? Will it be missing some words?

 html2canvas(pdfRef.value,{
            scale: window.devicePixelRatio,
            useCORS: true,
            scrollX: 0,
            scrollY: 0,
        }).then(canvas=>{
            const link = document.createElement('a');
            link.download = 'snapshot.png';
            link.href = canvas.toDataURL('image/png');
            link.click();
        })

Image

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