-
I am trying to load PDF and Word-Document into my project
```
import DocViewer, { DocViewerRenderers } from '@cyntler/react-doc-viewer';
import '@cyntler/react-doc-viewer/dist/index.css';
func…
-
I am using this code to load a pdf,
```
import DocViewer, { DocViewerRenderers } from 'react-doc-viewer';
function DocViewerFile() {
const docs = [
{
uri: 'http://10.6.0.220/tes…
-
When trying to load a PDF file I get the following error:
Here is the code:
```tsx
import { Card } from "react-bootstrap";
import "./styles.scss";
import DocViewer, { DocViewerRendere…
-
![image](https://github.com/Hello-job/polaris-doc-viewer/assets/23226876/53d1ce6c-2a4e-47ab-8555-4c27e42f8546)
```
import DocViewer, { DocViewerRenderers } from "polaris-doc-viewer";
import './App.…
-
Hi Cyntler.
When I using 'uri' props in 'DocViewer' component, It requests twice to my backend api.
here is my process.
![image](https://github.com/cyntler/react-doc-viewer/assets/57855110/4de…
-
Hi Team,
I am getting abortError & I have pasted by code below. Please let know if you have any solution
**My Code:**
import dynamic from 'next/dynamic';
import { DocumentViewerProps } from "@…
-
Hi,
I want to hide or remove the download option from the document viewer. If anyone knows how to do this, please help.
I have attached my code.
![image](https://github.com/user-attachments/a…
-
I'm using this library to display different kinds of documents (pdf, ppt etc.).
For the most part it's working fine, yet if you scroll up and down for a bit (inside a doc in the viewer that is), th…
-
Example: http://www.nytimes.com/interactive/2014/07/30/world/africa/31kidnap-docviewer2.html
Padding-left on `.DV-docViewer .p0, .DV-docViewer .p1, .DV-docViewer .p2` is currently 60px. It looks like…
-
Hi all! Trying to use CoreControls to create a doc viewer with my own UI (like [this](https://github.com/PDFTron/webviewer-custom-ui)). Unfortunately, `window.CoreControls` seems to be undefined. Any …