Can we display many pdf/doc in only one webview?
For example, I have 3 pdf files to be loaded in single UIWebview:
PDF 1 (as the first)
PDF 2 (as the second)
PDF 3 (as the third)
I didn’t find any reference for it.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The UIWebView displays one file. If you need multiple PDF files to be displayed consecutively in a UIWebView, you can:
Use Adobe Acrobat to combine them
Combine them programmatically by Merging PDF Files in Cocoa