svelte-pdf icon indicating copy to clipboard operation
svelte-pdf copied to clipboard

svelte-pdf provides a component for rendering PDF documents using PDF.js

Results 28 svelte-pdf issues
Sort by recently updated
recently updated
newest added

When opening a PDF file on Mac or iPad, usually all pages are next to each other and I can just scroll or swipe to see the next page, either...

This seems strange, as I should be able to simply use ``` ``` The [readme](https://github.com/vinodnimbalkar/svelte-pdf?tab=readme-ov-file#props) also states that `url` is a required prop.

It seems the current npm package is `svelte-pdf 1.0.20`, using `pdfjs-dist 3.8`. Here in the repo it is `svelte-pdf 1.0.21`, using `pdfjs-dist 4.0`. Could you update?

When accessing the demo website https://svelte-pdf.netlify.com (mentioned in the readme), I get a "Site Not Found" error.

## Background The following warnings are output to console when building a project that uses this library, version `1.0.20`. It is not expected that plugins output build warnings. ### Accessibility...

Hello, I have pulled this from the git and tried installing I see I am getting 500 Internal error, is that I need to takecare of anything else? Can you...

When importing svelte-pdf as per the docs, typescript flags my `` and expects me to add the data prop. Please fix as the docs state that this is not required....