Skip to content

Print example #110

Answered by hrynko
yngrdyn asked this question in Q&A
Jan 5, 2023 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

Hi @yngrdyn,

Please check #101. Below you can find a very basic example for Vue 2:

<template>
  <div>
    <button @click="$refs.myPdf.print()">Print</button>
    <vue-pdf-embed ref="myPdf" source="<PDF_YOURL>" />
  </div>
</template>

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@hrynko
Comment options

@yngrdyn
Comment options

@yngrdyn
Comment options

Answer selected by hrynko
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #109 on January 06, 2023 07:46.