You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by le...@apache.org on 2010/09/05 14:41:56 UTC

svn commit: r992770 - in /pdfbox/site: publish/commandlineutilities/ src/site/xdoc/commandlineutilities/

Author: lehmi
Date: Sun Sep  5 12:41:56 2010
New Revision: 992770

URL: http://svn.apache.org/viewvc?rev=992770&view=rev
Log:
Added/improved commandline tool descriptions

Modified:
    pdfbox/site/publish/commandlineutilities/ConvertColorspace.html
    pdfbox/site/publish/commandlineutilities/Decrypt.html
    pdfbox/site/publish/commandlineutilities/Encrypt.html
    pdfbox/site/publish/commandlineutilities/ExtractText.html
    pdfbox/site/publish/commandlineutilities/Overlay.html
    pdfbox/site/publish/commandlineutilities/PDFDebugger.html
    pdfbox/site/publish/commandlineutilities/PDFMerger.html
    pdfbox/site/publish/commandlineutilities/PDFReader.html
    pdfbox/site/publish/commandlineutilities/PDFSplit.html
    pdfbox/site/publish/commandlineutilities/PDFToImage.html
    pdfbox/site/publish/commandlineutilities/PrintPDF.html
    pdfbox/site/publish/commandlineutilities/TextToPDF.html
    pdfbox/site/src/site/xdoc/commandlineutilities/ConvertColorspace.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml
    pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml

Modified: pdfbox/site/publish/commandlineutilities/ConvertColorspace.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/ConvertColorspace.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/ConvertColorspace.html (original)
+++ pdfbox/site/publish/commandlineutilities/ConvertColorspace.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="convert PDF RGB to CMYK, java pdf, pdf colorspace, pdfbox, open source" />
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -188,6 +189,7 @@
     <div class="section"><h2>ConvertColorspace<a name="ConvertColorspace"></a></h2>
       <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>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ConvertColorspace [OPTIONS] &lt;inputfile&gt; &lt;outputfile&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/Decrypt.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Decrypt.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Decrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Decrypt.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -188,7 +189,7 @@
     <div class="section"><h2>Decrypt<a name="Decrypt"></a></h2>
       <p>This application will decrypt a PDF document.</p>
       <p>NOTE: You must have the owner password to decrypt the document!</p>
-      <p>usage: java org.apache.pdfbox.Decrypt [OPTIONS] &lt;inputfile&gt; [outputfile]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Decrypt [OPTIONS] &lt;inputfile&gt; [outputfile]</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/Encrypt.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Encrypt.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Encrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Encrypt.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>Encrypt<a name="Encrypt"></a></h2>
       <p>This application will encrypt a PDF document.</p>
-      <p>usage: java org.apache.pdfbox.Encrypt [OPTIONS] &lt;password&gt; &lt;inputfile&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Encrypt [OPTIONS] &lt;password&gt; &lt;inputfile&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/ExtractText.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/ExtractText.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/ExtractText.html (original)
+++ pdfbox/site/publish/commandlineutilities/ExtractText.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="pdftotext, java pdftotext, pdfbox, pdf to text" />
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>ExtractText<a name="ExtractText"></a></h2>
       <p>This application will extract all text from the given PDF document.</p>
-      <p>usage: java org.apache.pdfbox.ExtractText [OPTIONS] &lt;PDF file&gt; [Text file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS] &lt;PDF file&gt; [Text file]</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/Overlay.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Overlay.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Overlay.html (original)
+++ pdfbox/site/publish/commandlineutilities/Overlay.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>Overlay<a name="Overlay"></a></h2>
       <p>This application will overlay one document with the content of another document</p>
-      <p>usage: java org.apache.pdfbox.Overlay &lt;overlay.pdf&gt; &lt;document.pdf&gt; &lt;result.pdf&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Overlay &lt;overlay.pdf&gt; &lt;document.pdf&gt; &lt;result.pdf&gt;</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>
     </div>

Modified: pdfbox/site/publish/commandlineutilities/PDFDebugger.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFDebugger.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFDebugger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFDebugger.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>PDFDebugger<a name="PDFDebugger"></a></h2>
       <p>This application will take an existing PDF document and allows to analyze and inspect the internal structure </p>
-      <p>usage: java org.apache.pdfbox.PDFDebugger [PDF file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFDebugger [PDF file]</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/PDFMerger.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFMerger.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFMerger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFMerger.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>PDFMerger<a name="PDFMerger"></a></h2>
       <p>This application will take a list of pdf documents and merge them, saving the result in a new document.</p>
-      <p>usage: java org.apache.pdfbox.PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</p>
     </div>
   
 

Modified: pdfbox/site/publish/commandlineutilities/PDFReader.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFReader.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFReader.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFReader.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>PDFReader<a name="PDFReader"></a></h2>
       <p>An application to read PDF documents.  This will provide Acrobat Reader like functionality.</p>
-      <p>usage: java org.apache.pdfbox.PDFReader [PDF file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFReader [PDF file]</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/PDFSplit.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFSplit.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFSplit.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFSplit.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,7 +188,7 @@
   
     <div class="section"><h2>PDFSplit<a name="PDFSplit"></a></h2>
       <p>This application will take an existing PDF document and split it into a number of other documents</p>
-      <p>usage: java org.apache.pdfbox.PDFSplit [OPTIONS] &lt;PDF file&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFSplit [OPTIONS] &lt;PDF file&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/PDFToImage.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFToImage.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFToImage.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFToImage.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         <meta name="keywords" content="pdf to image, java pdf image, image, pdfbox, open source" />
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -188,6 +189,7 @@
     <div class="section"><h2>PDFToImage<a name="PDFToImage"></a></h2>
       <p>This application will create an image for every page in the PDF document.</p>
       <p>WARNING: This is new code and should be treated as beta quality!</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFToImage [OPTIONS] &lt;PDF file&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/PrintPDF.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PrintPDF.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PrintPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/PrintPDF.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -188,7 +189,7 @@
     <div class="section"><h2>PrintPDF<a name="PrintPDF"></a></h2>
       <p>This application will send a pdf document to the printer.</p>
       <p>NOTE: You must have the correct permissions to print the document!</p>
-      <p>usage: java org.apache.pdfbox.PrintPDF [OPTIONS] &lt;inputfile&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PrintPDF [OPTIONS] &lt;PDF file&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/publish/commandlineutilities/TextToPDF.html
URL: http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/TextToPDF.html?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/TextToPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/TextToPDF.html Sun Sep  5 12:41:56 2010
@@ -1,5 +1,5 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<!-- Generated by Apache Maven Doxia -->
+<!-- Generated by Apache Maven Doxia at Sep 5, 2010 -->
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
   <head>
     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
@@ -11,6 +11,7 @@
       @import url("../css/site.css");
     </style>
     <link rel="stylesheet" href="../css/print.css" type="text/css" media="print" />
+    <meta name="Date-Revision-yyyymmdd" content="20100905" />
     <meta http-equiv="Content-Language" content="en" />
         
   </head>
@@ -156,7 +157,7 @@
           </ul>
                        <h5>Project Documentation</h5>
                   <ul>
-                                                                                                                                                              <li class="collapsed">
+                  <li class="collapsed">
                           <a href="../project-info.html" title="Project Information">Project Information</a>
                   </li>
           </ul>
@@ -187,6 +188,7 @@
   
     <div class="section"><h2>TextToPDF<a name="TextToPDF"></a></h2>
       <p>This application will create a PDF document from a text file.</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.TextToPDF [OPTIONS] &lt;outputfile&gt; &lt;textfile&gt;</p>
       <table align="center" border="1" class="bodyTable">
           <tr class="a">
       		<th align="left">Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/ConvertColorspace.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/ConvertColorspace.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/ConvertColorspace.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/ConvertColorspace.xml Sun Sep  5 12:41:56 2010
@@ -26,6 +26,7 @@
     <section name="ConvertColorspace">
       <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>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ConvertColorspace [OPTIONS] &lt;inputfile&gt; &lt;outputfile&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml Sun Sep  5 12:41:56 2010
@@ -25,7 +25,7 @@
     <section name="Decrypt">
       <p>This application will decrypt a PDF document.</p>
       <p>NOTE: You must have the owner password to decrypt the document!</p>
-      <p>usage: java org.apache.pdfbox.Decrypt [OPTIONS] &lt;inputfile&gt; [outputfile]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Decrypt [OPTIONS] &lt;inputfile&gt; [outputfile]</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="Encrypt">
       <p>This application will encrypt a PDF document.</p>
-      <p>usage: java org.apache.pdfbox.Encrypt [OPTIONS] &lt;password&gt; &lt;inputfile&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Encrypt [OPTIONS] &lt;password&gt; &lt;inputfile&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml Sun Sep  5 12:41:56 2010
@@ -25,7 +25,7 @@
   <body>
     <section name="ExtractText">
       <p>This application will extract all text from the given PDF document.</p>
-      <p>usage: java org.apache.pdfbox.ExtractText [OPTIONS] &lt;PDF file&gt; [Text file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText [OPTIONS] &lt;PDF file&gt; [Text file]</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="Overlay">
       <p>This application will overlay one document with the content of another document</p>
-      <p>usage: java org.apache.pdfbox.Overlay &lt;overlay.pdf&gt; &lt;document.pdf&gt; &lt;result.pdf&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Overlay &lt;overlay.pdf&gt; &lt;document.pdf&gt; &lt;result.pdf&gt;</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>
     </section>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="PDFDebugger">
       <p>This application will take an existing PDF document and allows to analyze and inspect the internal structure </p>
-      <p>usage: java org.apache.pdfbox.PDFDebugger [PDF file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFDebugger [PDF file]</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="PDFMerger">
       <p>This application will take a list of pdf documents and merge them, saving the result in a new document.</p>
-      <p>usage: java org.apache.pdfbox.PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFMerger &lt;Source PDF files (2 ..n)&gt; &lt;Target PDF file&gt;</p>
     </section>
   </body>
 </document>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="PDFReader">
       <p>An application to read PDF documents.  This will provide Acrobat Reader like functionality.</p>
-      <p>usage: java org.apache.pdfbox.PDFReader [PDF file]</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFReader [PDF file]</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml Sun Sep  5 12:41:56 2010
@@ -24,7 +24,7 @@
   <body>
     <section name="PDFSplit">
       <p>This application will take an existing PDF document and split it into a number of other documents</p>
-      <p>usage: java org.apache.pdfbox.PDFSplit [OPTIONS] &lt;PDF file&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFSplit [OPTIONS] &lt;PDF file&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml Sun Sep  5 12:41:56 2010
@@ -26,6 +26,7 @@
     <section name="PDFToImage">
       <p>This application will create an image for every page in the PDF document.</p>
       <p>WARNING: This is new code and should be treated as beta quality!</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFToImage [OPTIONS] &lt;PDF file&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml Sun Sep  5 12:41:56 2010
@@ -25,7 +25,7 @@
     <section name="PrintPDF">
       <p>This application will send a pdf document to the printer.</p>
       <p>NOTE: You must have the correct permissions to print the document!</p>
-      <p>usage: java org.apache.pdfbox.PrintPDF [OPTIONS] &lt;inputfile&gt;</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PrintPDF [OPTIONS] &lt;PDF file&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>

Modified: pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml
URL: http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml?rev=992770&r1=992769&r2=992770&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml Sun Sep  5 12:41:56 2010
@@ -24,6 +24,7 @@
   <body>
     <section name="TextToPDF">
       <p>This application will create a PDF document from a text file.</p>
+      <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.TextToPDF [OPTIONS] &lt;outputfile&gt; &lt;textfile&gt;</p>
       <table>
           <tr>
       		<th>Command Line Parameter</th>