Sorry, but POI does not provide direct printing support. Printing is a very large issue. For example, you could be printing to a bitmapped printer, postscript or a pcl language printer.
Generically, you are looking for is a way to transform a Word Document into a particular printing format. Word2Forrest.java in the POI examples may be a good, simple starting point. Or, take a look at Apache Tika - apparently it has the features needed to convert word documents into html. Regards, Dave On Oct 26, 2010, at 8:50 AM, gummadi krishna wrote: > Dear > > Currently in my application iam parsing a word document using apache poi > and storing the byte content in to data base .I can view that content back in > a word . > > Now on a click of a button i want a print dialog to be opened and get that > word document printed .Is it possible via apache poi to print the byte > content or the word document ? > > What support does apache POI provide for printing word documents in java ? > > cheers > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@poi.apache.org > For additional commands, e-mail: user-h...@poi.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@poi.apache.org For additional commands, e-mail: user-h...@poi.apache.org