Converting HTML file to PDF file in Iphone
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 Y开发者_JS百科ou.
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?).
精彩评论