Is it possible to open a pdf file from an app itself into iBooks.
OR
any 3rd party solutions, that can use any pdf file and create a flip book thing in an app itself.
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.
You can indeed open a PDF file from an app into iBooks (or any other installed app that can read PDF files).
To do this, you can use the UIDocumentInteractionController
The
UIDocumentInteractionControllerwill open a popover (on iPad) or an action sheet (on iPhone) with a choice of all the PDF capable apps that are installed on the device so the user can choose his favorite one he wants to read the PDF with.There are also a few decent PDF reader libraries you can use to open the PDF directly in your app, rather than having to switch application, one of which is VFR PDF Reader/Viewer for iOS