Java:using apache POI how to convert ms word file to pdf?

后端 未结 7 2112
旧巷少年郎
旧巷少年郎 2020-12-02 13:43

By using apache POI how to convert ms word file to pdf?

I an using the following code but its not working giving errors I gues

相关标签:
7条回答
  • 2020-12-02 14:40

    There are several steps here:

    1. Read Word document using POI into a format-agnostic form
    2. Convert format-agnostic form into PDF
    3. Write PDF

    I don't know if POI will do step 2 for you. I'd recommend something else, like iText.

    0 讨论(0)
提交回复
热议问题