简体   繁体   English

我们可以在UIWebview中显示许多pdf吗?

[英]Can we display many pdf in a UIWebview?

Can we display many pdf/doc in only one webview? 我们能否仅在一个Web视图中显示许多pdf / doc?

For example, I have 3 pdf files to be loaded in single UIWebview: 例如,我有3个pdf文件要加载到单个UIWebview中:

PDF 1 (as the first) PDF 1(第一个)

PDF 2 (as the second) PDF 2(第二个)

PDF 3 (as the third) PDF 3(第三个)

I didn't find any reference for it. 我没有找到任何参考。

The UIWebView displays one file . UIWebView 显示一个文件 If you need multiple PDF files to be displayed consecutively in a UIWebView, you can: 如果需要多个PDF文件在UIWebView中连续显示,则可以:

  1. Use Adobe Acrobat to combine them 使用Adobe Acrobat组合它们

  2. Combine them programmatically by Merging PDF Files in Cocoa 通过合并可可中的PDF文件以编程方式组合它们

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM