1
我正在使用從pptx
到svg
轉換的示例。我把代碼 PPTX2SVG無法解析XSLFImageRendener和XSLFRenderingHint
並添加依賴我gradle
應用
compile "org.apache.poi:poi:$apachePoiVersion"
compile "org.apache.poi:poi-ooxml:$apachePoiVersion"
compile "org.apache.poi:poi-ooxml-schemas:$apachePoiVersion"
compile "org.apache.xmlgraphics:batik-svggen:$apacheBatikVersion"
compile "org.apache.xmlgraphics:batik-transcoder:$apacheBatikVersion"
compile "org.apache.xmlgraphics:batik-svg-dom:$apacheBatikVersion"
但是它不能解決類XSLFImageRendener
和XSLFRenderingHint
。
缺少什麼依賴關係?至於有示例代碼沒有進口我認爲它應該是org.apache.poi.xslf.usermodel
包
我使用poi=3.16
和batik=1.9