I have some data in my app that consists of text and image. I want to allow my users to be able to print that data.
Here are the options that I am thinking of:
1) Convert data into HTMl format and allow users to email and they can print from their desktop. This will be zip file with html and images. Pros: can be easily coded. Cons: not sure if users will know what to do with zip file.
2) Convert to PDF. But I have read on forums that iText won't work on Android. So any other options to convert to PDF? Pros: PDF can be easily printed. Cons: have to figure out a way to convert to PDF.
Anybody has tried allowing their users to print data? What are the options