Can anyone please tell me how to print MS Office documents(doc,docx,xls..) using JAVA API..
I tried with Java Print Service API, DocPrintJob..Please suggest me with alternative solution.
Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
The easiest way might be to run OpenOffice in server mode, and use its Java API (UNO) to achieve this. I don't think there's any other open source component that can interpret and print random Office documents.