Generate a PDF based on an HTML

1

I need to generate a PDF in an HTML-based IOS app. I have the HTML code generated in another language and I need to rewrite the code for IOS.

Does anyone have any suggestions on what libraries or objects should I use for both? Generate HTML and then PDF?

    
asked by anonymous 25.05.2015 / 06:09

1 answer

0

I recommend using the code suggested by Otávio in the comment. I tested it and the code is very simple and practical.

github.com/iclems/iOS-htmltopdf

    
11.06.2015 / 04:53