Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在我的应用程序中从服务器加载 pdf 文件?我只找到适用于本地 pdf 文件的描述。
尼尔斯
您必须先将 PDF 文件下载到本地存储,然后将其加载到您的应用程序中。使用 NSURLRequest、NSURLConnection 类下载 PDF 文件,然后使用您的 PDF 框架加载 PDF 文件。