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.
我们可以在一个 webview 中显示多个 pdf/doc 吗?
例如,我有 3 个 pdf 文件要加载到单个 UIWebview 中:
PDF 1(作为第一个) PDF 2(作为第二个) PDF 3(作为第三个)
PDF 1(作为第一个)
PDF 2(作为第二个)
PDF 3(作为第三个)
我没有找到任何参考。
UIWebView显示一个文件。如果您需要在一个 UIWebView 中连续显示多个 PDF 文件,您可以:
使用 Adobe Acrobat 将它们组合起来
通过在 Cocoa 中合并 PDF 文件以编程方式组合它们