1
I need to generate a PDF in an IOS app based on an HTML. I have the HTML code generated in another language and need to rewrite the code for IOS.
Does anyone have any suggestions as to which libraries or objects should I use for both? Generate HTML and then PDF?
I quickly searched here and found this lib. I don’t know if that’s what you’re looking for: https://github.com/iclems/iOS-htmltopdf
– Otávio
A question, what other language generates this html for you? Is it server side? If so, why doesn’t the server itself generate the pdf for you?
– Jan Cássio