Author: kiwiwings
Date: Sun Apr  5 00:51:46 2020
New Revision: 1876137

URL: http://svn.apache.org/viewvc?rev=1876137&view=rev
Log:
add new options to PPTX2PNG

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

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=1876137&r1=1876136&r2=1876137&view=diff
==============================================================================
--- poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html (original)
+++ poi/site/publish/components/slideshow/ppt-wmf-emf-renderer.html Sun Apr  5 
00:51:46 2020
@@ -287,6 +287,14 @@ document.write("Last Published: " + docu
 <h1>Rendering slideshows, WMF, EMF and EMF+</h1>
 <div id="front-matter"></div>
         
+<div class="note">
+<div class="label">Note</div>
+<div class="content">Please be aware, that the documentation on this page 
reflects the current development, which might not
+            have been released. If you rely on a unreleased feature, either 
use a
+            <a href="../../download.html">nightly development build</a> or 
feel free to ask on the
+            <a href="../../help/index.html">mailing list</a> for the release 
schedule.</div>
+</div>
+        
 <a name="Rendering+slideshows%2C+WMF%2C+EMF+and+EMF%2B"></a>
 <h2 class="boxed">Rendering slideshows, WMF, EMF and EMF+</h2>
 <div class="section">
@@ -345,6 +353,18 @@ document.write("Last Published: " + docu
 <span class="lineno"></span><span class="codebody">    -extractEmbedded  
extract embedded parts</span>
 </div>
 <div class="codeline">
+<span class="lineno"></span><span class="codebody">    -inputType &lt;type&gt; 
default input file type (OLE2,WMF,EMF), default is OLE2 = Powerpoint</span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody">                      some 
files (usually wmf) don't have a header, i.e. an identifiable file magic</span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody">    -textAsShapes     text 
elements are saved as shapes in SVG, necessary for variable spacing</span>
+</div>
+<div class="codeline">
+<span class="lineno"></span><span class="codebody">                      often 
found in math formulas</span>
+</div>
+<div class="codeline">
 <span class="lineno"></span><span class="codebody"></span>
 </div>
 <div class="codeline">



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to