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

后端 未结 7 2141
旧巷少年郎
旧巷少年郎 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:21

    In addition to Kushagra's answer, here the updated maven dependencies:

        
            fr.opensagres.xdocreport
            fr.opensagres.xdocreport.converter.docx.xwpf
            2.0.1
        
        
            fr.opensagres.xdocreport
            fr.opensagres.xdocreport.converter
            2.0.1
        
        
            fr.opensagres.xdocreport
            fr.opensagres.poi.xwpf.converter.pdf
            2.0.1
        
        
            fr.opensagres.xdocreport
            fr.opensagres.poi.xwpf.converter.xhtml
            2.0.1
        
    

提交回复
热议问题