You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ki...@apache.org on 2020/11/03 07:05:10 UTC

svn commit: r1883080 - in /poi/site/publish: changes.html components/index.html components/slideshow/ppt-wmf-emf-renderer.html

Author: kiwiwings
Date: Tue Nov  3 07:05:10 2020
New Revision: 1883080

URL: http://svn.apache.org/viewvc?rev=1883080&view=rev
Log:
add pdf component

Modified:
    poi/site/publish/changes.html
    poi/site/publish/components/index.html
    poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html

Modified: poi/site/publish/changes.html
URL: http://svn.apache.org/viewvc/poi/site/publish/changes.html?rev=1883080&r1=1883079&r2=1883080&view=diff
==============================================================================
--- poi/site/publish/changes.html (original)
+++ poi/site/publish/changes.html Tue Nov  3 07:05:10 2020
@@ -223,7 +223,7 @@ document.write("Last Published: " + docu
             
 <li>Upgrade to XMLSec 2.1.5</li>
             
-<li>updated dependencies to Bouncycastle 1.65, Commons-Codec 1.14, Commons-Compress 1.20</li>
+<li>updated dependencies to Bouncycastle 1.66, Commons-Codec 1.15, Commons-Compress 1.20</li>
             
 <li>XWPF - improvements in table and paragraph</li>
             
@@ -373,6 +373,10 @@ document.write("Last Published: " + docu
 <tr class="action">
 <td><img class="icon" alt="fix" src="images/fix.png"></td><td><a href="https://github.com/apache/poi/pull/193">github-193</a></td><td>SS_Common</td><td>Change TRUNC implementation to use MathX</td>
 </tr>
+            
+<tr class="action">
+<td><img class="icon" alt="add" src="images/add.png"></td><td><a href="https://bz.apache.org/bugzilla/show_bug.cgi?id=64867">64867</a></td><td>SL_Common</td><td>Provide PDF rendering with PPTX2PNG</td>
+</tr>
         
 </tbody>
 </table>
@@ -384,7 +388,7 @@ document.write("Last Published: " + docu
                 4.1.2 (2020-02-17)
             </h2>
 <div class="section">
-<a name="Summary-N10239"></a>
+<a name="Summary-N10249"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -399,7 +403,7 @@ document.write("Last Published: " + docu
 <li>updated dependencies to Bouncycastle 1.64</li>
         
 </ul>
-<a name="Changes-N1024F"></a>
+<a name="Changes-N1025F"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -533,7 +537,7 @@ document.write("Last Published: " + docu
                 4.1.1 (2019-10-20)
             </h2>
 <div class="section">
-<a name="Summary-N1041A"></a>
+<a name="Summary-N1042A"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -552,7 +556,7 @@ document.write("Last Published: " + docu
 <li>CVE-2019-12415 - XML External Entity (XXE) Processing in Apache POI</li>
         
 </ul>
-<a name="Changes-N10436"></a>
+<a name="Changes-N10446"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -702,7 +706,7 @@ document.write("Last Published: " + docu
                 4.1.0 (2019-04-09)
             </h2>
 <div class="section">
-<a name="Summary-N1063E"></a>
+<a name="Summary-N1064E"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -727,7 +731,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLSec 2.1.2</li>
         
 </ul>
-<a name="Changes-N10663"></a>
+<a name="Changes-N10673"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -901,7 +905,7 @@ document.write("Last Published: " + docu
                 4.0.1 (2018-12-03)
             </h2>
 <div class="section">
-<a name="Summary-N108D4"></a>
+<a name="Summary-N108E4"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -912,7 +916,7 @@ document.write("Last Published: " + docu
 <li>Upgrade to XMLBeans 3.0.2</li>
         
 </ul>
-<a name="Changes-N108E4"></a>
+<a name="Changes-N108F4"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>
@@ -1070,7 +1074,7 @@ document.write("Last Published: " + docu
                 4.0.0 (2018-09-07)
             </h2>
 <div class="section">
-<a name="Summary-N10B15"></a>
+<a name="Summary-N10B25"></a>
 <h3 class="boxed">Summary</h3>
 <ul>
             
@@ -1079,7 +1083,7 @@ document.write("Last Published: " + docu
 <li>New OOXML schema (1.4) necessary, because of incompatible XMLBeans loading not anymore through POIXMLTypeLoader</li>
         
 </ul>
-<a name="Changes-N10B22"></a>
+<a name="Changes-N10B32"></a>
 <h3 class="boxed">Changes</h3>
 <table class="POITable">
 <colgroup>

Modified: poi/site/publish/components/index.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/index.html?rev=1883080&r1=1883079&r2=1883080&view=diff
==============================================================================
--- poi/site/publish/components/index.html (original)
+++ poi/site/publish/components/index.html Tue Nov  3 07:05:10 2020
@@ -641,6 +641,11 @@ document.write("Last Published: " + docu
               <a href="https://search.maven.org/#search|gav|1|g:org.apache.xmlgraphics AND a:batik-all">batik-all</a>,
               <a href="https://search.maven.org/#search|gav|1|g:xml-apis AND a:xml-apis-ext">xml-apis-ext</a>,
               <a href="https://search.maven.org/#search|gav|1|g:org.apache.xmlgraphics AND a:xmlgraphics-commons">xmlgraphics-commons</a>
+<br>
+              For PDF support:
+            <a href="https://search.maven.org/#search|gav|1|g:org.apache.pdfbox AND a:pdfbox">pdfbox</a>,
+            <a href="https://search.maven.org/#search|gav|1|g:org.apache.pdfbox AND a:fontbox">fontbox</a>,
+            <a href="https://search.maven.org/#search|gav|1|g:de.rototor.pdfbox AND a:graphics2d">rototor graphics2d</a>
           </td>
           <td colspan="1" rowspan="1">poi-ooxml-version-yyyymmdd.jar</td>
         

Modified: poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html
URL: http://svn.apache.org/viewvc/poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html?rev=1883080&r1=1883079&r2=1883080&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Tue Nov  3 07:05:10 2020
@@ -326,7 +326,7 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    -slide &lt;integer&gt;  1-based index of a slide to render</span>
 </div>
 <div class="codeline">
-<span class="lineno"></span><span class="codebody">    -format &lt;type&gt;    png,gif,jpg,svg (,null for testing)</span>
+<span class="lineno"></span><span class="codebody">    -format &lt;type&gt;    png,gif,jpg,svg,pdf (,null for testing)</span>
 </div>
 <div class="codeline">
 <span class="lineno"></span><span class="codebody">    -outdir &lt;dir&gt;     output directory, defaults to origin of the ppt/pptx file</span>
@@ -368,6 +368,9 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    -charset &lt;cs&gt;     sets the default charset to be used, defaults to Windows-1252</span>
 </div>
 <div class="codeline">
+<span class="lineno"></span><span class="codebody">    -emfHeaderBounds  force the usage of the emf header bounds to calculate the bounding box</span>
+</div>
+<div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">
@@ -376,8 +379,9 @@ document.write("Last Published: " + docu
 </div>
 <a name="Instructions+to+run"></a>
 <h3 class="boxed">Instructions to run</h3>
-<p>Download the <a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/">current nightly</a>
-</p>
+<p>
+                    Download the <a href="https://ci-builds.apache.org/job/POI/job/POI-DSL-1.8/lastSuccessfulBuild/artifact/build/dist/">current nightly</a>
+                    and for SVG/PDF the <a href="../../components/index.html#components">additional dependencies</a>.</p>
 <p>Execute the java command (Unix-paths needs to be replaced for Windows - use "-charset" for non-western WMF/EMFs):</p>
 <div class="code">
 <div class="codeline">



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org