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 2014/02/07 17:04:13 UTC

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

Author: buildbot
Date: Fri Feb  7 16:04:13 2014
New Revision: 896755

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 Fri Feb  7 16:04:13 2014
@@ -1 +1 @@
-1562918
+1565707

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 Fri Feb  7 16:04:13 2014
@@ -160,7 +160,6 @@ 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>
 <li><a href="#extractText">ExtractText</a></li>
@@ -177,43 +176,6 @@ PDFBox tools as Java applications.</p>
 </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>
-<p>usage: <code>java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ConvertColorspace [OPTIONS] &lt;inputfile&gt; &lt;outputfile&gt;</code></p>
-<table>
-<thead>
-<tr>
-<th>Command Line Parameter</th>
-<th>Description</th>
-</tr>
-</thead>
-<tbody>
-<tr>
-<td>-password</td>
-<td>The password to the PDF document.</td>
-</tr>
-<tr>
-<td>-equiv</td>
-<td>Color equivalent to use for conversion.</td>
-</tr>
-<tr>
-<td>inputfile</td>
-<td>The PDF file to convert.</td>
-</tr>
-<tr>
-<td>outputfile</td>
-<td>The file to save the converted document to. Must be different of input file</td>
-</tr>
-</tbody>
-</table>
-<p>The format for the color equivalent described above is<br />
-Colorspace(values)=Colorspace(values)</p>
-<p>RGB(255,0,0)=CMYK(0,99,100,0)</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>This application will decrypt a PDF document.</p>
 <p>NOTE: You must have the owner password to decrypt the document!</p>