betterwrite / vue-pdfmake

A PDFMake Plugin for Vue 3.x
MIT License
26 stars 4 forks source link

Stream pdf #1

Closed bernlorbis closed 1 year ago

bernlorbis commented 1 year ago

How to stream generated pdf file without downloading it

Novout commented 1 year ago

const pdf = usePDF() is a simple wrapper from import * as pdf from 'pdfmake/build/pdfmake';

Therefore, you use pdf in the same way and with the same options as the regular package options.