HTML viewer with hook #1240
-
Hey there! You mentioned that in 2.0 it would become possible to build a dynamic PDF viewer in HTML, the way you have REPL working. I'm struggling even to get started... Here's my code with the hook: `export default function App() {
}`
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Of course! https://react-pdf.org/advanced#using-the-usepdf-hook |
Beta Was this translation helpful? Give feedback.
Of course! https://react-pdf.org/advanced#using-the-usepdf-hook
If you are not trying to achieve a download button, you can pass the url to an
iframe
or any third party library you would like to use to visualize the PDF document