phuocng

Results 237 comments of phuocng

@eugen-admortgage Please fork this [sample project](https://codesandbox.io/s/react-pdf-viewer-forked-yc8ut) and let me know the steps to reproduce the issue.

It's not supported. The opened document doesn't have any idea about the changes or custom layers that are rendered on top of it. So, when we want to download or...

Please create a [CodeSandbox](https://codesandbox.io) project so I can reproduce the issue. Do you put the viewer inside a container with a fixed height?

@beenham There's an example [here](https://react-pdf-viewer.dev/examples/slide-presentation)

@michaeljsvs Can you create a sample project based on [this one](https://codesandbox.io/s/react-pdf-viewer-forked-yc8ut) that I can see the issue there?

@miltonhe and other people who have the same issue here. Can you attach the sample document that produces the issue here? So I can try it myself and see if...

@amie-wilt You have to place the viewer inside a fixed height container. Something likes that ```js ``` Otherwise, the navigation between pages/searches will not work.

@amie-wilt Can you fork this [sample project](https://codesandbox.io/s/react-pdf-viewer-forked-yc8ut), and create a sample steps to reproduce the issue? Thanks a lot.

@amie-wilt If you want the viewer to take the remaining spaces then you can organize the layout as following ```tsx {/* Sidebar shown in the left */} .... {/* Viewer...

@StefanBuehler209 It absolutely work with usual JavaScript. You just don't import the type definitions or pass the type to the functions as JavaScript doesn't allow to do that.