5

我正在尝试在组件内部呈现 HTML,同时使用模板<View>/<Text>在内部呈现 PDF 。<PDFViewer>

我想在我的 pdf 中呈现下面显示的自定义 HTML 标记代码

<p><span style="font-size: 24px;">Pre Interview Notes</span></p><p><br></p><p><strong style="font-size: 14px;"><u>This is a test Pre Interview Notes:</u></strong></p><p><br></p><p><em style="font-size: 14px;">The Guest requires a wheel chair for the show</em></p><p><br></p><p><br></p>

环境

  • 浏览器 [例如 Chrome ]:
  • React-PDF 版本 [1.6.8]:
  • 反应版本 [例如 16.8.6]:
4

1 回答 1

-2

你可以考虑使用@react-pdf/renderer,这个库是从 React-PDF 库扩展而来的,请访问:https ://react-pdf.org/repl?example=breakable-unbreakable for the playground。希望能帮助到你!

于 2020-07-03T04:22:03.960 回答