0

React pdf PDFViewer generates iframe for the preview of the doc. However, on the original site of react-pdf.org, they display it in svg which is quite nice. Any idea, how to do it?

1 Answers1

0

I think they used another library to display their output. I found another library named react-pdf https://www.npmjs.com/package/react-pdf. I compared these examples:

@react-pdf/renderer
react-pdf

In the HTML section for displaying pdf, both use the same class names. Moreover, regarding the documentation of @react-pdf/renderer example only shows way to generate a file using ReactPDF.render. react-pdf allows to render document as SVG.

Community
  • 1
  • 1
Lukasz
  • 1