as mentioned in the question, how to convert Office documents to PDF files by Java.
as mentioned in the question, how to convert Office documents to PDF files by Java.
you can use org.apache.poi
library, the specific details are still to check the document myself, after all, I have not actually operated
recommended Free Spire.Office for Java class library to support the conversion of word,excel,powerpoint into pdf documents. The code is simple and the conversion effect is excellent.
Previous: Ionic will fall back on ios
Next: Why is the entry of threadLocalMap designed in the form of a linked list?
such as office s .doc, .xls files. Google browser can preview directly with Office editing extensions for Google documents, tables and slides, but for users without plug-ins, how to do so? At present, there is a solution to convert to pdf implementation...