简体   繁体   中英

Java:Print using Apache POI?

How can i print Ms Office documents using Apache POI ?Can u provide me an example?

You can't. POI is a text extraction/load/save/manipulator of data. It isn't designed for rendering a graphical rendition, and hence cannot print.

Does it have to be Apache POI? Can you use Apache FOP instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM