-
Great work, this library is a lifesaver!
Is there a way to provide a callback function after a PDF (or general document) is successful loaded?
-
I have implemented doc viewer using react doc viewer. But I'm having difficulty setting the blob that I receive from external API into the docs of DocViewer. Has anyone implemented this, if yes , plea…
-
Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory.
Get this when creating the basic example.
to reproduce
npx create-react-app docviewer
overwrite app w…
-
I want to disable the download option in pdf control. I have gone through the documentation and code but have not been able to find any way to do it. I think I can do it manually by overriding CSS but…
-
I try to running the DocVieweComponent like this:
```
```
the item.file is an File object, but the app returns me an error
![image](https://user-images.githubusercontent.com/5265015/13880636…
-
I installed it like this docs and run `react-native run-android` in terminal. And I got **BUILD FAILED** with this log in terminal:
> :app:compileDebugJavaWithJavac
/Users/ghifari/docviewer/androi…
-
I have tried to open a pdf file from AWS S3 using S3 signed URL with GET but its not working as doc-viewer creates HEAD request to S3 endpoint.
Even I configured S3 CORS settings.
```
ContentV…
-
HI, I am trying to render a local file and get an error see below the code I am using and error message.
`import DocViewer from "react-doc-viewer";
//import EOC_test.pdf from "./assets/testDocs/";…
-
Getting this error when i try to view pptx or docx files.
```js
import React from 'react'
import { useRouteMatch } from "react-router-dom";
import DocViewer, { MSDocRenderer } from "react-doc-v…
-
As you can see in this bug opened by me in Lauchpad, I think the problem is related to UDropCabin:
https://bugs.launchpad.net/ubuntu-docviewer-app/+bug/1514564
Thank you.