我正在尝试在组件内部呈现 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]: