Author: buildbot
Date: Tue Oct  8 18:15:10 2013
New Revision: 881739

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:15:10 2013
@@ -1 +1 @@
-1530375
+1530377

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:15:10 2013
@@ -153,7 +153,9 @@
 <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>
+<div class="toc">
 <ul>
+<li><a href="#command-line-tools">Command Line Tools</a><ul>
 <li><a href="#convertCS">ConvertColorspace</a></li>
 <li><a href="#decrypt">Decrypt</a></li>
 <li><a href="#encrypt">Encrypt</a></li>
@@ -161,15 +163,17 @@ PDFBox tools as Java applications.</p>
 <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="#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>
+<li><a href="#writeDecodeDoc">WriteDecodedDoc</a></li>
 </ul>
-<p id="convertCS"></p>
-<h3 id="convertcolorspace">ConvertColorspace</h3>
+</li>
+</ul>
+</div>
+<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>
@@ -206,8 +210,7 @@ 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>
-<p id="decrypt"></p>
-<h3 id="decrypt_1">Decrypt</h3>
+<h3 id="decrypt">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>
@@ -241,8 +244,7 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<p id="encrypt"></p>
-<h3 id="encrypt_1">Encrypt</h3>
+<h3 id="encrypt">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>
@@ -326,8 +328,7 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<p id="extractText"></p>
-<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>
@@ -396,14 +397,12 @@ Colorspace(values)=Colorspace(values)</p
 </tr>
 </tbody>
 </table>
-<p id="overlay"></p>
-<h3 id="overlay_1">Overlay</h3>
+<h3 id="overlay">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>
-<p id="printPDF"></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>
 
@@ -430,8 +429,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<p id="pdfDebugger"></p>
-<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>
@@ -460,8 +458,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<p id="pdfReader"></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>
@@ -490,12 +487,10 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<p id="pdfMerger"></p>
-<h3 id="pdfmerger">PDFMerger</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>
-<p id="pdfSplit"></p>
-<h3 id="pdfsplit">PDFSplit</h3>
+<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>
@@ -541,8 +536,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>
-<p id="pdfToImage"></p>
-<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>
@@ -586,8 +580,7 @@ on order e.g. if the document has 10 pag
 </tr>
 </tbody>
 </table>
-<p id="textToPDF"></p>
-<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>
@@ -633,8 +626,7 @@ on order e.g. if the document has 10 pag
 <li>Times-BoldItalic</li>
 <li>ZapfDingbats</li>
 </ul>
-<p id="writeDecodeDoc"></p>
-<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>


Reply via email to