You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2016/08/03 06:19:02 UTC

pdfbox-docs git commit: Site checkin for project Apache PDFBox Website

Repository: pdfbox-docs
Updated Branches:
  refs/heads/asf-site 3f63578ab -> 44e0d5d2e


Site checkin for project Apache PDFBox Website


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/44e0d5d2
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/44e0d5d2
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/44e0d5d2

Branch: refs/heads/asf-site
Commit: 44e0d5d2e85986091377502426fd17bab0d806f1
Parents: 3f63578
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Wed Aug 3 08:18:59 2016 +0200
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Wed Aug 3 08:18:59 2016 +0200

----------------------------------------------------------------------
 content/1.8/commandline.html | 13 ++++++++++---
 content/2.0/commandline.html | 15 +++++++++++----
 2 files changed, 21 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/44e0d5d2/content/1.8/commandline.html
----------------------------------------------------------------------
diff --git a/content/1.8/commandline.html b/content/1.8/commandline.html
index b0a741c..3afac72 100644
--- a/content/1.8/commandline.html
+++ b/content/1.8/commandline.html
@@ -134,7 +134,7 @@
 
 <p>PDFBox comes with a series of command line utilities. They are available as standard Java applications.</p>
 
-<p>See the <a href="/1.8/dependencies.html">Dependencies</a> page for instructions on how to set your classpath in order to run 
+<p>See the <a href="/1.8/dependencies.html">Dependencies</a> page for instructions on how to set your classpath in order to run
 PDFBox tools as Java applications.</p>
 
 <p><strong>Table of Contents</strong><br />
@@ -566,7 +566,10 @@ PDFBox tools as Java applications.</p>
 
 <h2 id="pdfsplit">PDFSplit</h2>
 
-<p>This application will take an existing PDF document and split it into a number of other documents</p>
+<p>This application will take an existing PDF document and split it into a number of new documents.</p>
+
+<p>Per default the resulting files will be named after the original filenmame with <code class="highlighter-rouge">-&lt;nr&gt;</code> appended before the suffix.
+To override the filename use the <code class="highlighter-rouge">outputPrefix</code> option.</p>
 
 <p>usage: <code class="highlighter-rouge">java -jar pdfbox-app-x.y.z.jar PDFSplit [OPTIONS] &lt;PDF file&gt;</code></p>
 
@@ -600,6 +603,11 @@ PDFBox tools as Java applications.</p>
       <td>The page to stop at.</td>
     </tr>
     <tr>
+      <td>-outputPrefix</td>
+      <td>�</td>
+      <td>The prefix for the generated file name. The resulting name will be in the format <code class="highlighter-rouge">&lt;prefix&gt;-&lt;nr&gt;.pdf</code></td>
+    </tr>
+    <tr>
       <td>-nonSeq</td>
       <td>false</td>
       <td>Use the new non sequential parser.</td>
@@ -754,7 +762,6 @@ PDFBox tools as Java applications.</p>
   </tbody>
 </table>
 
-
             </div>
         </div>
     </div>

http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/44e0d5d2/content/2.0/commandline.html
----------------------------------------------------------------------
diff --git a/content/2.0/commandline.html b/content/2.0/commandline.html
index 5cad2b5..76fc57a 100644
--- a/content/2.0/commandline.html
+++ b/content/2.0/commandline.html
@@ -134,14 +134,14 @@
 
 <p>PDFBox comes with a series of command line utilities. They are available as standard Java applications.</p>
 
-<p>See the <a href="/2.0/dependencies.html">Dependencies</a> page for instructions on how to set your classpath in order to run 
+<p>See the <a href="/2.0/dependencies.html">Dependencies</a> page for instructions on how to set your classpath in order to run
 PDFBox tools as Java applications.</p>
 
 <p><strong>Table of Contents</strong><br />
 <a href="#decrypt">Decrypt</a>
 <a href="#encrypt">Encrypt</a>
 <a href="#extractimages">ExtractImages</a>
-<a href="#extracttext">ExtractText</a> 
+<a href="#extracttext">ExtractText</a>
 <a href="#overlaypdf">OverlayPDF</a>
 <a href="#pdfdebugger">PDFDebugger</a>
 <a href="#pdfmerger">PDFMerger</a>
@@ -492,7 +492,10 @@ It is used as replacement for the PDFReader which was removed in 2.0.0.</p>
 
 <h2 id="pdfsplit">PDFSplit</h2>
 
-<p>This application will take an existing PDF document and split it into a number of other documents</p>
+<p>This application will take an existing PDF document and split it into a number of new documents.</p>
+
+<p>Per default the resulting files will be named after the original filenmame with <code class="highlighter-rouge">-&lt;nr&gt;</code> appended before the suffix.
+To override the filename use the <code class="highlighter-rouge">outputPrefix</code> option.</p>
 
 <p>usage: <code class="highlighter-rouge">java -jar pdfbox-app-2.y.z.jar PDFSplit [OPTIONS] &lt;PDF file&gt;</code></p>
 
@@ -525,6 +528,11 @@ It is used as replacement for the PDFReader which was removed in 2.0.0.</p>
       <td>�</td>
       <td>The page to stop at.</td>
     </tr>
+    <tr>
+      <td>\u2013outputPrefix</td>
+      <td>�</td>
+      <td>The prefix for the generated file name. The resulting name will be in the format <code class="highlighter-rouge">&lt;prefix&gt;-&lt;nr&gt;.pdf</code></td>
+    </tr>
   </tbody>
 </table>
 
@@ -696,7 +704,6 @@ It is used as replacement for the PDFReader which was removed in 2.0.0.</p>
   </tbody>
 </table>
 
-
             </div>
         </div>
     </div>