Can you download something in PDF format from the iphone app

Is it possible to download a specific screen in the iphone app as PDF? I checked the iphone developer portal and many other places but couldn't find an answer. All I want to do is click on a button and that should load this screen in pdf and save it somewhere. Is it possible? If so, where would you save it?

+3


source to share


1 answer


If you split your question into two, the answer is simple.

Q1) How can I take a screenshot programmatically (in UIImage)?

A1) How to take screenshot programmatically



Q2) How can I convert the UIImage file to PDF?

A2) Convert UIImage to PDF File

+2


source







All Articles