gpt4 book ai didi

iphone - 将 ASIHttpRequest PDF 存储为 NSData

转载 作者:行者123 更新时间:2023-11-29 04:50:35 26 4
gpt4 key购买 nike

我有一个 pdf 文件,我试图将其临时存储在内存中,并为用户提供选项,如果他/她想将 pdf 保存到 iPhone。我正在使用 Asihttprequest 与服务器通信,因此我很好奇,将Downloaddestination 设置为 nsdata 的最佳方法是什么?

谢谢。

最佳答案

我从未使用过 ASIHTTPRequest,但是文档中的这个可以解决您的答案吗?

Downloading the response directly to a file

If the resource you are requesting is fairly large, you can save memory by downloadingdirectly to a file. This way, ASIHTTPRequest won’t have to keep the whole response inmemory at once.

ASIHTTPRequest *request = [ASIHTTPRequest requestWithURL:url];
[request setDownloadDestinationPath:@"/Users/ben/Desktop/my_file.txt"];

来自大约 20% 的下降 http://allseeing-i.com/ASIHTTPRequest/How-to-use .

关于iphone - 将 ASIHttpRequest PDF 存储为 NSData,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8912911/

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