tags:

views:

131

answers:

1

Hello All,

This is my first thread iam developing an application in which i have to convert the HTML contents to pdf file.

I had generate the PDF File but don't know how to create a pdf file from HTML format. Anyone can suggest the solution?

Thank You.

A: 

First, are you sure that's really what you want to do? It's not as if an iPhone application can't display HTML if that's what's needed...

You can use a UIWebView to render the HTML into a pdf file as a bitmap: see this discussion (HTML to PDF conversion library?).

David Gelhar
I want to do it programmatically in iphone application. were there is an html string coming from server and i need to save that html in pdf file and store in local resources.
japs