How do can I use react-pdf with @react-pdf/renderer for live preview of pdf file? #887
-
How can I use react-pdf with @react-pdf/renderer for a live preview of the pdf file? |
Beta Was this translation helpful? Give feedback.
Answered by
wojtekmaj
Nov 12, 2021
Replies: 2 comments 1 reply
-
Interesting question! Actually, this is exactly what's being done in Here's the source code: Does that help? |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
joseDaKing
This comment was marked as off-topic.
This comment was marked as off-topic.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Interesting question! Actually, this is exactly what's being done in
@react-pdf/renderer
's Playground / REPL.Here's the source code:
https://github.com/diegomura/react-pdf-site/tree/master/src/components/Repl
Does that help?