]> source.dussan.org Git - poi.git/commit
#64867 - Provide PDF rendering with PPTX2PNG
authorAndreas Beeker <kiwiwings@apache.org>
Mon, 2 Nov 2020 23:56:27 +0000 (23:56 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Mon, 2 Nov 2020 23:56:27 +0000 (23:56 +0000)
commitb20318b58cc4a1a5c7a342915c32cd493233ea0f
treeb675bf20af0a1713458a2bb784fafa3ed39d5d2e
parentdae47d5cedbca87646a2421618e2afac9b04fd3a
#64867 - Provide PDF rendering with PPTX2PNG

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1883074 13f79535-47bb-0310-9956-ffa450edef68
build.xml
src/java/org/apache/poi/sl/draw/DrawTextFragment.java
src/ooxml/java/org/apache/poi/xslf/util/BitmapFormat.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/util/OutputFormat.java
src/ooxml/java/org/apache/poi/xslf/util/PDFFormat.java [new file with mode: 0644]
src/ooxml/java/org/apache/poi/xslf/util/PPTX2PNG.java
src/ooxml/java/org/apache/poi/xslf/util/SVGFormat.java [new file with mode: 0644]