Convert HTML file to PDF file in Iphone

This is my first thread to develop an application in which I need to convert HTML content to a pdf file.

I created a PDF file, but I don’t know how to create a PDF file from the HTML format. Can anyone suggest a solution?

Thanks.

+2
source share
1 answer

First, are you sure that what you want to do is really? This is not like the iPhone application cannot display HTML if necessary ...

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

0
source

Source: https://habr.com/ru/post/1340890/


All Articles