I am trying to create a PDF file of current view. Can anyone please tell me about a tutorial link where I can find how to create PDF file of whole current view?
Thanks.
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.
First save the current view as an image with this function:
Next convert the image to PDF by following the directions in this StackOverflow question:
How can i create a PDF file programmatically in an iphone application?