vinodnimbalkar / svelte-pdf

svelte-pdf provides a component for rendering PDF documents using PDF.js
https://www.npmjs.com/package/svelte-pdf
MIT License
196 stars 47 forks source link

Support data passed directly, not via url #20

Closed OJFord closed 1 year ago

OJFord commented 2 years ago

For use-cases where the data is already available, it would be convenient to have a data prop or similar rather than url, which necessitates constructing something like data:mimetype;charset=utf-8,<data> to pass in.