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 2015/10/23 14:14:37 UTC

svn commit: r969967 - in /websites/production/pdfbox/content: 1.8/commandline.html 2.0/commandline.html

Author: msahyoun
Date: Fri Oct 23 12:14:37 2015
New Revision: 969967

Log:
Site checkin for project Apache PDFBox Website

Modified:
    websites/production/pdfbox/content/1.8/commandline.html
    websites/production/pdfbox/content/2.0/commandline.html

Modified: websites/production/pdfbox/content/1.8/commandline.html
==============================================================================
--- websites/production/pdfbox/content/1.8/commandline.html (original)
+++ websites/production/pdfbox/content/1.8/commandline.html Fri Oct 23 12:14:37 2015
@@ -166,9 +166,21 @@
 <p>See the Dependencies page for instructions on how to set your classpath in order to run 
 PDFBox tools as Java applications.</p>
 
-<p>[TOC]</p>
+<p><strong>Table of Contents</strong><br>
+<a href="#decrypt">Decrypt</a>
+<a href="#encrypt">Encrypt</a>
+<a href="#extracttext">ExtractText</a> 
+<a href="#overlaypdf">OverlayPDF</a>
+<a href="#printpdf">PrintPDF</a>
+<a href="#pdfdebugger">PDFDebugger</a>
+<a href="#pdfreader">PDFReader</a>
+<a href="#pdfmerger">PDFMerger</a>
+<a href="#pdfsplit">PDFSplit</a>
+<a href="#pdftoimage">PDFToImage</a>
+<a href="#texttopdf">TextToPDF</a>
+<a href="#writedecodeddoc">WriteDecodedDoc</a></p>
 
-<h2 id="decrypt-decrypt">Decrypt ## {#decrypt}</h2>
+<h2 id="decrypt">Decrypt</h2>
 
 <p>This application will decrypt a PDF document.</p>
 
@@ -204,7 +216,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="encrypt-encrypt">Encrypt ## {#encrypt}</h2>
+<h2 id="encrypt">Encrypt</h2>
 
 <p>This application will encrypt a PDF document.</p>
 
@@ -289,7 +301,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="extracttext-extracttext">ExtractText ## {#extractText}</h2>
+<h2 id="extracttext">ExtractText</h2>
 
 <p>This application will extract all text from the given PDF document.</p>
 
@@ -359,7 +371,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="overlaypdf-overlaypdf">OverlayPDF ## {#overlayPDF}</h2>
+<h2 id="overlaypdf">OverlayPDF</h2>
 
 <p>This application will overlay one document with the content of another document</p>
 
@@ -432,7 +444,7 @@ PDFBox tools as Java applications.</p>
 <li>OverlayPDF input.pdf -odd oddOverlay.pdf -even evenOverlay.pdf -nonSeq output.pdf</li>
 </ul>
 
-<h2 id="printpdf-printpdf">PrintPDF ## {#printPDF}</h2>
+<h2 id="printpdf">PrintPDF</h2>
 
 <p>This application will send a pdf document to the printer.</p>
 
@@ -460,7 +472,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="pdfdebugger-pdfdebugger">PDFDebugger ## {#pdfDebugger}</h2>
+<h2 id="pdfdebugger">PDFDebugger</h2>
 
 <p>This application will take an existing PDF document and allows to analyze and inspect the internal structure</p>
 
@@ -490,7 +502,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="pdfreader-pdfreader">PDFReader ## {#pdfReader}</h2>
+<h2 id="pdfreader">PDFReader</h2>
 
 <p>An application to read PDF documents. This will provide Acrobat Reader like functionality.</p>
 
@@ -520,7 +532,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="pdfmerger-pdfmerger">PDFMerger ## {#pdfMerger}</h2>
+<h2 id="pdfmerger">PDFMerger</h2>
 
 <p>This application will take a list of pdf documents and merge them, saving the result in a new document.</p>
 
@@ -575,7 +587,7 @@ PDFBox tools as Java applications.</p>
 <li>PDFSplit -split 2 -startPage 5 -endPage 10 sample_with_13_pages.pdf will provide 3 pdfs containing all pages from 5 to 10 of the source pdf 2 pages each</li>
 </ul>
 
-<h2 id="pdftoimage-pdftoimage">PDFToImage ## {#pdfToImage}</h2>
+<h2 id="pdftoimage">PDFToImage</h2>
 
 <p>This application will create an image for every page in the PDF document.</p>
 
@@ -620,7 +632,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="texttopdf-texttopdf">TextToPDF ## {#textToPDF}</h2>
+<h2 id="texttopdf">TextToPDF</h2>
 
 <p>This application will create a PDF document from a text file.</p>
 
@@ -669,7 +681,7 @@ PDFBox tools as Java applications.</p>
 <li>ZapfDingbats</li>
 </ul>
 
-<h2 id="writedecodeddoc-writedecodedoc">WriteDecodedDoc ## {#writeDecodeDoc}</h2>
+<h2 id="writedecodeddoc">WriteDecodedDoc</h2>
 
 <p>An application to decompress PDF documents.</p>
 

Modified: websites/production/pdfbox/content/2.0/commandline.html
==============================================================================
--- websites/production/pdfbox/content/2.0/commandline.html (original)
+++ websites/production/pdfbox/content/2.0/commandline.html Fri Oct 23 12:14:37 2015
@@ -166,9 +166,20 @@
 <p>See the Dependencies page for instructions on how to set your classpath in order to run 
 PDFBox tools as Java applications.</p>
 
-<p>[TOC]</p>
+<p><strong>Table of Contents</strong><br>
+<a href="#decrypt">Decrypt</a>
+<a href="#encrypt">Encrypt</a>
+<a href="#extracttext">ExtractText</a> 
+<a href="#overlaypdf">OverlayPDF</a>
+<a href="#pdfdebugger">PDFDebugger</a>
+<a href="#pdfmerger">PDFMerger</a>
+<a href="#pdfsplit">PDFSplit</a>
+<a href="#pdftoimage">PDFToImage</a>
+<a href="#printpdf">PrintPDF</a>
+<a href="#texttopdf">TextToPDF</a>
+<a href="#writedecodeddoc">WriteDecodedDoc</a></p>
 
-<h2 id="decrypt-decrypt">Decrypt ## {#decrypt}</h2>
+<h2 id="decrypt">Decrypt</h2>
 
 <p>This application will decrypt a PDF document.</p>
 
@@ -204,7 +215,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="encrypt-encrypt">Encrypt ## {#encrypt}</h2>
+<h2 id="encrypt">Encrypt</h2>
 
 <p>This application will encrypt a PDF document.</p>
 
@@ -289,7 +300,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="extracttext-extracttext">ExtractText ## {#extractText}</h2>
+<h2 id="extracttext">ExtractText</h2>
 
 <p>This application will extract all text from the given PDF document.</p>
 
@@ -354,7 +365,7 @@ PDFBox tools as Java applications.</p>
 </tr>
 </tbody></table>
 
-<h2 id="overlaypdf-overlaypdf">OverlayPDF ## {#overlayPDF}</h2>
+<h2 id="overlaypdf">OverlayPDF</h2>
 
 <p>This application will overlay one document with the content of another document</p>
 
@@ -422,7 +433,7 @@ PDFBox tools as Java applications.</p>
 <li>OverlayPDF input.pdf -odd oddOverlay.pdf -even evenOverlay.pdf output.pdf</li>
 </ul>
 
-<h2 id="pdfdebugger-pdfdebugger">PDFDebugger ## {#pdfDebugger}</h2>
+<h2 id="pdfdebugger">PDFDebugger</h2>
 
 <p>This application will take an existing PDF document and allows to analyze and inspect the internal structure.
 It is used as replacement for the PDFReader which was removed in 2.0.0.</p>
@@ -453,13 +464,13 @@ It is used as replacement for the PDFRea
 </tr>
 </tbody></table>
 
-<h2 id="pdfmerger-pdfmerger">PDFMerger ## {#pdfMerger}</h2>
+<h2 id="pdfmerger">PDFMerger</h2>
 
 <p>This application will take a list of pdf documents and merge them, saving the result in a new document.</p>
 
 <p>usage: <code>java -jar pdfbox-app-2.y.z.jar PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</code></p>
 
-<h2 id="pdfsplit-pdfsplit">PDFSplit ## {#pdfSplit}</h2>
+<h2 id="pdfsplit">PDFSplit</h2>
 
 <p>This application will take an existing PDF document and split it into a number of other documents</p>
 
@@ -503,7 +514,7 @@ It is used as replacement for the PDFRea
 <li>PDFSplit -split 2 -startPage 5 -endPage 10 sample_with_13_pages.pdf will provide 3 pdfs containing all pages from 5 to 10 of the source pdf 2 pages each</li>
 </ul>
 
-<h2 id="pdftoimage-pdftoimage">PDFToImage ## {#pdfToImage}</h2>
+<h2 id="pdftoimage">PDFToImage</h2>
 
 <p>This application will create an image for every page in the PDF document.</p>
 
@@ -543,7 +554,7 @@ It is used as replacement for the PDFRea
 </tr>
 </tbody></table>
 
-<h2 id="printpdf-printpdf">PrintPDF ## {#printPDF}</h2>
+<h2 id="printpdf">PrintPDF</h2>
 
 <p>This application will send a pdf document to the printer.</p>
 
@@ -571,7 +582,7 @@ It is used as replacement for the PDFRea
 </tr>
 </tbody></table>
 
-<h2 id="texttopdf-texttopdf">TextToPDF ## {#textToPDF}</h2>
+<h2 id="texttopdf">TextToPDF</h2>
 
 <p>This application will create a PDF document from a text file.</p>
 
@@ -620,7 +631,7 @@ It is used as replacement for the PDFRea
 <li>ZapfDingbats</li>
 </ul>
 
-<h2 id="writedecodeddoc-writedecodedoc">WriteDecodedDoc ## {#writeDecodeDoc}</h2>
+<h2 id="writedecodeddoc">WriteDecodedDoc</h2>
 
 <p>An application to decompress PDF documents.</p>