I want to convert HTML to PDF on an iOS Device...
However, I don't want to load my HTML in a UIWebView, take a snapshot, and generate an ugly PDF from this snapshot picture, because the text must be selectable for my purpose.
I wonder how apps like Save2PDF or Adobe® CreatePDF are able to convert multiple files into PDF and save them. My guess is they don't generate the PDF's on their own, but get them from Apple's Printing Framework.
How do these apps work?