Hi , I am trying to print different type of documents in
java, types can be pdf ,
word, gif, excel,
rtf, ....
I am trying to use apache poi to extract word document and then want to print using the extract ... since the DocPrintJob type expects a
DOC type as input, how do we convert word extract into DOC type required by DocPrintJob.
my objective is to able to send word document to printer .... i tried javax printer and it does not work ...
please suggest.
Sur