是否有库将文本、图像转换为 pdf 在 react-native 中?
Is there library to convert text, image to pdf In react-native?
在react-native中有没有将文本、图片转换为pdf文档的库?
(像 android studio 中的 pdfbox 这样的库)
我只找到了一个将 html 从应用程序转换为 pdf 的库。
https://aboutreact.com/make-pdf-in-react-native-from-html-text/
试试这个图片库:"react-native-image-to-pdf"
https://github.com/Anyline/react-native-image-to-pdf
您还可以使用此库向 pdf 添加文本:"react-native-pdf-lib"
在react-native中有没有将文本、图片转换为pdf文档的库? (像 android studio 中的 pdfbox 这样的库)
我只找到了一个将 html 从应用程序转换为 pdf 的库。 https://aboutreact.com/make-pdf-in-react-native-from-html-text/
试试这个图片库:"react-native-image-to-pdf"
https://github.com/Anyline/react-native-image-to-pdf
您还可以使用此库向 pdf 添加文本:"react-native-pdf-lib"