How to pretend to be a Printer on iOS like the Apps Save2PDF or Adobe® CreatePDF?
Posted
by
Lindemann
on Stack Overflow
See other posts from Stack Overflow
or by Lindemann
Published on 2012-04-07T04:36:47Z
Indexed on
2012/04/09
23:29 UTC
Read the original article
Hit count: 489
I want to convert HTML to PDF on an iOS Device...
...but I dont 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 converting multiple files into PDF and save them. I guess they don't generate the PDF's by their own, but get them from Apples Printing Framework.
How does this Apps work?
© Stack Overflow or respective owner