我正在使用 React-PDF 在我的反应应用程序中生成 PDF。需要将我的 Html 元素呈现为 pdf。
像这样的东西 -
<Text><p>I have <strong>5</strong> Year <em>experience</em> in <span style='text-decoration: underline;\'>Flowers</span></p></Text>
我有5年的开花经验
需要将其渲染成pdf,有什么方法可以实现吗?或任何其他图书馆