I am looking for APIs for Java that can print Microsoft Office and PDF files. I would also like to provide print specifications, even if there is no software for opening these files on the system. Commercial libraries are fine. Can you recommend any?
|
closed as not constructive by casperOne♦ Jul 24 '12 at 12:32
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.
|
For Printing of PDF here is the Best solution for free!!Use the PDFBox ..
|
|||||||
|
|
Have a look at OpenOffice API, there are some printing examples provided. OpenOffice can open MS Office documents but the given API is very very limited. |
|||
|
|
|
Aspose has a suite of products for working with Word, Excel, PDF. You can export to different formats, including PDF, and print. |
|||
|
|
|
You can use display-table tags of struts in java to export your data into xls, pdf, cvs format and then can print as well. Syntax is very simple just provide your collection to the display table and it will display the contents of the collection itself on the jsp and if you set "export = true", you can easily export your file in to pdf or xls formats. Visit here: http://displaytag.sourceforge.net/11/displaytag/tlddoc/display/table.html |
|||
|
|
|
try Apache POI for Microsoft docs http://poi.apache.org/ For print setup refer this url http://poi.apache.org/apidocs/org/apache/poi/hssf/usermodel/HSSFPrintSetup.html |
|||
|
|