Mayb do you know a good open-source pdf renderer for objective-c? 🙂
Share
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.
Core Graphics provides a lot of native PDF-rendering functionality. If you just want to provide a view that lets the user pan and zoom around a PDF, use a
UIWebView; all you have to do is give it the URL to a PDF inside your bundle, as in