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 20:03:19 UTC

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

Author: buildbot
Date: Tue Oct  8 18:03:19 2013
New Revision: 881737

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 18:03:19 2013
@@ -1 +1 @@
-1530374
+1530375

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 18:03:19 2013
@@ -168,7 +168,8 @@ PDFBox tools as Java applications.</p>
 <li><a href="#textToPDF">TextToPDF</a></li>
 <li><a href="#writeDecodedDoc">WriteDecodedDoc</a></li>
 </ul>
-<h3 id="convertCS">ConvertColorspace</h3>
+<p id="convertCS"></p>
+<h3 id="convertcolorspace">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>
@@ -205,7 +206,8 @@ Colorspace(values)=Colorspace(values)</p
 <p>RGB are integers between 0 and 255</p>
 <p>CMYK are integers between 0 and 100</p>
 <p>This option can be used as many times as necessary.</p>
-<h3 id="decrypt">Decrypt</h3>
+<p id="decrypt"></p>
+<h3 id="decrypt_1">Decrypt</h3>
 <p>This application will decrypt a PDF document.</p>
 <p>NOTE: You must have the owner password to decrypt the document!</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar Decrypt [OPTIONS] &lt;inputfile&gt; [outputfile]</code></p>
@@ -239,7 +241,8 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<h3 id="encrypt">Encrypt</h3>
+<p id="encrypt"></p>
+<h3 id="encrypt_1">Encrypt</h3>
 <p>This application will encrypt a PDF document.</p>
 <p>usage: <code>java -jar pdfbox-app-x.y.z.jar Encrypt [OPTIONS] &lt;password&gt; &lt;inputfile&gt;</code></p>
 <table>
@@ -323,7 +326,8 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<h3 id="extractText">ExtractText</h3>
+<p id="extractText"></p>
+<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>
@@ -392,12 +396,14 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<h3 id="overlay">Overlay</h3>
+<p id="overlay"></p>
+<h3 id="overlay_1">Overlay</h3>
 <p>This application will overlay one document with the content of another document</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>
+<p id="printPDF"></p>
+<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>
 
@@ -424,7 +430,8 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfDebugger">PDFDebugger</h3>
+<p id="pdfDebugger"></p>
+<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>
@@ -453,7 +460,8 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfReader">PDFReader</h3>
+<p id="pdfReader"></p>
+<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>
@@ -482,10 +490,12 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="pdfMerger">PDFMerger</h3>
+<p id="pdfMerger"></p>
+<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 id="pdfSplit"></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>
@@ -531,7 +541,8 @@ 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>
+<p id="pdfToImage"></p>
+<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>
@@ -575,7 +586,8 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<h3 id="textToPDF">TextToPDF</h3>
+<p id="textToPDF"></p>
+<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>
@@ -621,7 +633,8 @@ on order e.g. if the document has 10 pag
 <li>Times-BoldItalic</li>
 <li>ZapfDingbats</li>
 </ul>
-<h3 id="writeDecodeDoc">WriteDecodedDoc</h3>
+<p id="writeDecodeDoc"></p>
+<h3 id="writedecodeddoc">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>