Web Application Printing Strategy
When I create a web application that will be displayed to the internet I am not consider about document printing. But when I create a web application for business I must have solutions about it. Here is some strategy that I have tested and worked for me.
1. Print HTML Directly from browser
2. Print HTML using javascript activation/button
3. Print Text Directly from browser
4. Print Text Using Separate software handler. (Customer MIME Handler)
5. Print PDF using browser Plugin.
So, those are web printing Strategy that I can do. I will create posts about doing it in step by step especially No. 4 and 5.








I’m waiting for your writing for No. 4 and 5
cevarief
August 16, 2008
im interesting on next article about point 4 and 5. do you know a library for web app that can convert a html report into another format such as excel or pdf?
Mario
October 9, 2008
[...] PHP | Tags: java web print, web application printing, Web Printing, web printing strategy | On my first write, I told 5 ways about how to add print support to a web application. And this is the 4th way in [...]
Web Application Printing Strategy II « JavaJug : a Java Development Journey
May 26, 2009