Questions tagged [vue-pdf]

9 questions
10
votes
1 answer

Load pdf from server and embed in Vue app

I have an api which returns a pdf file. I'm trying to display this in vue.js and found the vue-pdf component which looks like it should do the job. Here's the project on github I'm able to call the API and get the binary response but I've not been…
Twisted
  • 2,939
  • 4
  • 32
  • 54
1
vote
0 answers

How to convert a Vue page to a vector-based PDF on the client-side

I want to convert an HTML page written with Vue.js to a vector-based PDF client-side. I understand there are solutions in the backend, however, in my case I specifically want client-side. I have very complex Vue components and styling which I would…
Omar Bitar
  • 53
  • 5
1
vote
0 answers

Vue.js cannot show pdf in new page using window.print()

In page.vue, PDF Reader is used to embed pdf into html and there are a button to export pdf in the new page using window.print()