Hello,
I am a begginner reaching deep on this one....I am trying to create a servlet/jsp that takes an incoming html or php file and filters it out for printing. I want the rich-text-only html to be turned into a simple 10 point font printable document. Is there an easy way to do this? I just want to pass an object (the html file) through a method(?) that will shrink the text, and condense data for minimal printer paper usage while preserving the formal (tabs and bullets) of the original.
This sounds easy I guess, but I have no clue what I should be typing. help!
