↧
Answer by AppAspect Technologies Pvt Ltd for Printout of html page in iPhone...
Here, you can use the following function to pring the html page in iPhone app.(1) This method in the controller where to print html.- (IBAction) btnPrint_Clicked:(id)sender{ NSString *htmlData = @"Your...
View ArticleAnswer by Tim Sullivan for Printout of html page in iPhone Application
I'm going to make a few assumptions, because you're not very clear in your question. You are trying to print an HTML document, but there are parts of the document that you do not want to print. Is that...
View ArticlePrintout of html page in iPhone Application
I am getting the text in html format in my iPhone application. I need to take the printout of the page but I don't want that tags are also shown in the print out in simple text.How can this be done in...
View Article