gpt4 book ai didi

ios - 将 native html react 为 pdf

转载 作者:行者123 更新时间:2023-12-04 12:55:59 33 4
gpt4 key购买 nike

我正在使用此代码,它在模拟器中运行良好,因为我正在获取位置并且可以从那里获取 pdf 文件

async createPDF() {
let options = {
html: '<h1>PDF TEST</h1>',
fileName: 'test',
directory: 'Documents',
};

let file = await RNHTMLtoPDF.convert(options)
// console.log(file.filePath);
alert(file.filePath);
}
但是上面的代码在真正的 iOS 手机中存在问题,因为它正在将 pdf 文件保存在某处。我不知道在哪里,但我无法在我的手机中看到该文件。那么谁能告诉我如何将我的文件保存在 iOS 中的下载或文档中。这样我就可以看到下载的文件了。

最佳答案

找到了在 base64 字符串中转换文件的答案

关于ios - 将 native html react 为 pdf,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/67574250/

33 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com