You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by bu...@apache.org on 2013/10/08 19:59:57 UTC

svn commit: r881736 - in /websites/staging/pdfbox/trunk/content: ./ commandline/index.html

Author: buildbot
Date: Tue Oct  8 17:59:57 2013
New Revision: 881736

Log:
Staging update by buildbot for pdfbox

Modified:
    websites/staging/pdfbox/trunk/content/   (props changed)
    websites/staging/pdfbox/trunk/content/commandline/index.html

Propchange: websites/staging/pdfbox/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Tue Oct  8 17:59:57 2013
@@ -1 +1 @@
-1530370
+1530374

Modified: websites/staging/pdfbox/trunk/content/commandline/index.html
==============================================================================
--- websites/staging/pdfbox/trunk/content/commandline/index.html (original)
+++ websites/staging/pdfbox/trunk/content/commandline/index.html Tue Oct  8 17:59:57 2013
@@ -150,13 +150,25 @@
             </div>
             <div class="span9">
                  <h2 id="command-line-tools">Command Line Tools</h2>
-<p>PDFBox comes with a series of command line utilities. They are available as Windows 
-binaries and as standard Java applications.</p>
+<p>PDFBox comes with a series of command line utilities. They are available as standard Java applications.</p>
 <p>See the Dependencies page for instructions on how to set your classpath in order to run 
 PDFBox tools as Java applications.</p>
-<p>In order to run them as window applications you will need to have the .NET framework 
-installed and add %PDFBOX_HOME%\bin to your path. </p>
-<h3 id="convertcolorspace">ConvertColorspace</h3>
+<ul>
+<li><a href="#convertCS">ConvertColorspace</a></li>
+<li><a href="#decrypt">Decrypt</a></li>
+<li><a href="#encrypt">Encrypt</a></li>
+<li><a href="#extractText">ExtractText</a></li>
+<li><a href="#overlay">Overlay</a></li>
+<li><a href="#printPDF">PrintPDF</a></li>
+<li><a href="#pdfDebugger">PDFDebugger</a></li>
+<li><a href="#pdfreader">PDFReader</a></li>
+<li><a href="pdfMerger">PDFMerger</a></li>
+<li><a href="#pdfSplit">PDFSplit</a></li>
+<li><a href="#pdfToImage">PDFToImage</a></li>
+<li><a href="#textToPDF">TextToPDF</a></li>
+<li><a href="#writeDecodedDoc">WriteDecodedDoc</a></li>
+</ul>
+<h3 id="convertCS">ConvertColorspace</h3>
 <p>This application will convert a PDF that uses one colorspace to another. For example, all 
 RGB colors to CMYK colors. 
 Currently this only supports changing text and vector graphics and does not convert images.</p>
@@ -311,7 +323,7 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<h3 id="extracttext">ExtractText</h3>
+<h3 id="extractText">ExtractText</h3>
 <p>This application will extract all text from the given PDF document.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar ExtractText [OPTIONS] &lt;inputfile&gt; [Text file]</code></p>
 <table>
@@ -385,7 +397,7 @@ Colorspace(values)=Colorspace(values)</p
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar Overlay &lt;overlay.pdf&gt; &lt;document.pdf&gt; &lt;result.pdf&gt;</code></p>
 <p>If the overlay document contains more than one page the pages are overlayed to the document 
 on order e.g. if the document has 10 pages and the overlay contains 2 pages the order is Document: 1234567890 Overlay: 1212121212</p>
-<h3 id="printpdf">PrintPDF</h3>
+<h3 id="printPDF">PrintPDF</h3>
 <p>This application will send a pdf document to the printer.</p>
 <p class="alert alert-info">You must have the correct permissions to print the document!</p>
 
@@ -412,7 +424,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfdebugger">PDFDebugger</h3>
+<h3 id="pdfDebugger">PDFDebugger</h3>
 <p>This application will take an existing PDF document and allows to analyze and inspect the internal structure</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar PDFDebugger [inputfile]</code></p>
 <table>
@@ -441,10 +453,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfmerger">PDFMerger</h3>
-<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-x.y.z.jar PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</code></p>
-<h3 id="pdfreader">PDFReader</h3>
+<h3 id="pdfReader">PDFReader</h3>
 <p>An application to read PDF documents. This will provide Acrobat Reader like functionality.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar PDFReader [PDF file]</code></p>
 <table>
@@ -473,7 +482,10 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfsplit">PDFSplit</h3>
+<h3 id="pdfMerger">PDFMerger</h3>
+<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-x.y.z.jar PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</code></p>
+<h3 id="pdfSplit">PDFSplit</h3>
 <p>This application will take an existing PDF document and split it into a number of other documents</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar PDFSplit [OPTIONS] &lt;PDF file&gt;</code></p>
 <table>
@@ -519,7 +531,7 @@ on order e.g. if the document has 10 pag
 <li>PDFSplit -startPage 5 -endPage 10 sample_with_13_pages.pdf will provide a pdf containing all pages from 5 to 10 of the source pdf</li>
 <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>
-<h3 id="pdftoimage">PDFToImage</h3>
+<h3 id="pdfToImage">PDFToImage</h3>
 <p>This application will create an image for every page in the PDF document.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] &lt;PDF file&gt;</code></p>
 <table>
@@ -563,7 +575,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="texttopdf">TextToPDF</h3>
+<h3 id="textToPDF">TextToPDF</h3>
 <p>This application will create a PDF document from a text file.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar TextToPDF [OPTIONS] &lt;outputfile&gt; &lt;textfile&gt;</code></p>
 <table>
@@ -609,7 +621,7 @@ on order e.g. if the document has 10 pag
 <li>Times-BoldItalic</li>
 <li>ZapfDingbats</li>
 </ul>
-<h3 id="writedecodeddoc">WriteDecodedDoc</h3>
+<h3 id="writeDecodeDoc">WriteDecodedDoc</h3>
 <p>An application to decompress PDF documents.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar WriteDecodedDoc &lt;input-file&gt; &lt;output-file&gt;</code></p>
 <table>