简体   繁体   中英

Is there any opensource “MSWord doc to PDF” convert library available

I am trying to convert word(.doc/.docx format) into PDF on android device. Is there an opensource solution where I can use as a java library or something?. Thanks..

我不知道一个端到端转换项目,但是您可以看一下Apache POI来解析/提取MS Word文档中的信息,以及iText来从Java程序创建PDF文件。

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