Skip to content

Feature request: Download method #68

@veerman72

Description

@veerman72

Is there a possibility to create a public method (like the print() method) for direct downloading the rendered pdf.

methods: {
    download () {
      this.$refs.myPdfComponent.download()
    },
}

I make use of a source like data:application/pdf;base64,<BASE64_ENCODED_PDF> to render the pdf.

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