Possible Duplicate:
HTML to PDF conversion in iPhoneSDK
I have an HTML file in my app, but I want to convert it to a PDF file. Can someone point me in the right direction? I searched a lot, but could not find anything helpful...
Possible Duplicate:
HTML to PDF conversion in iPhoneSDK
I have an HTML file in my app, but I want to convert it to a PDF file. Can someone point me in the right direction? I searched a lot, but could not find anything helpful...
As a starting point read the documentation here iOS Drawing and Printing Guide/Generate PDF Content You will find some sample code as well.