Skip to content

Open pdf before to save #3852

Open
Open
@leeobrum

Description

@leeobrum

I don't know if any behavior has changed in browsers, but I started having this display problem recently and in Safari browser it is not working. if anyone can help me.

const doc = new jsPDF({ orientation: "landscape" })

const pdfBlob = doc.output("bloburl")
window.open(pdfBlob, "_blank")

This example is for the Chrome browser, I'm using dev, but I've already tested it in Prod using https

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions