Author: lehmi
Date: Sun May 15 16:31:13 2011
New Revision: 1103450
URL: http://svn.apache.org/viewvc?rev=1103450&view=rev
Log:
PDFBOX-1012: updated documentation of command line tools
Added:
pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html (with props)
pdfbox/site/src/site/xdoc/commandlineutilities/WriteDecodedDoc.xml
Modified:
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/publish/index.html
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/Decrypt.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/Decrypt.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Decrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Decrypt.html Sun May 15 16:31:13
2011
@@ -185,7 +185,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Decrypt
[OPTIONS] <inputfile> [outputfile]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Decrypt [OPTIONS]
<inputfile> [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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Encrypt.html (original)
+++ pdfbox/site/publish/commandlineutilities/Encrypt.html Sun May 15 16:31:13
2011
@@ -184,7 +184,7 @@
<div class="section"><h2>Encrypt<a name="Encrypt"></a></h2>
<p>This application will encrypt a PDF document.</p>
- <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Encrypt
[OPTIONS] <password> <inputfile></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Encrypt [OPTIONS]
<password> <inputfile></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/ExtractText.html (original)
+++ pdfbox/site/publish/commandlineutilities/ExtractText.html Sun May 15
16:31:13 2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText
[OPTIONS] <PDF file> [Text file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar ExtractText [OPTIONS] <PDF
file> [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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/Overlay.html (original)
+++ pdfbox/site/publish/commandlineutilities/Overlay.html Sun May 15 16:31:13
2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Overlay
<overlay.pdf> <document.pdf> <result.pdf></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Overlay <overlay.pdf>
<document.pdf> <result.pdf></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFDebugger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFDebugger.html Sun May 15
16:31:13 2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFDebugger
[PDF file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar 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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFMerger.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFMerger.html Sun May 15 16:31:13
2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFMerger
<Source PDF files (2 ..n)> <Target PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFMerger <Source PDF files
(2 ..n)> <Target PDF file></p>
</div>
Modified: pdfbox/site/publish/commandlineutilities/PDFReader.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFReader.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFReader.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFReader.html Sun May 15 16:31:13
2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFReader
[PDF file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar 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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFSplit.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFSplit.html Sun May 15 16:31:13
2011
@@ -184,7 +184,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFSplit
[OPTIONS] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFSplit [OPTIONS] <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/PDFToImage.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PDFToImage.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PDFToImage.html (original)
+++ pdfbox/site/publish/commandlineutilities/PDFToImage.html Sun May 15
16:31:13 2011
@@ -185,7 +185,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] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] <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/PrintPDF.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/PrintPDF.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/PrintPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/PrintPDF.html Sun May 15 16:31:13
2011
@@ -185,7 +185,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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PrintPDF
[OPTIONS] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PrintPDF [OPTIONS] <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/TextToPDF.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/TextToPDF.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/commandlineutilities/TextToPDF.html (original)
+++ pdfbox/site/publish/commandlineutilities/TextToPDF.html Sun May 15 16:31:13
2011
@@ -184,7 +184,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] <outputfile> <textfile></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar TextToPDF [OPTIONS]
<outputfile> <textfile></p>
<table align="center" border="1" class="bodyTable">
<tr class="a">
<th align="left">Command Line Parameter</th>
Added: pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html?rev=1103450&view=auto
==============================================================================
--- pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html (added)
+++ pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html Sun May 15
16:31:13 2011
@@ -0,0 +1,227 @@
+<!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 -->
+<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" />
+ <title>Apache PDFBox -
+ WriteDecodedDoc</title>
+ <style type="text/css" media="all">
+ @import url("../css/maven-base.css");
+ @import url("../css/maven-theme.css");
+ @import url("../css/site.css");
+ </style>
+ <link rel="stylesheet" href="../css/print.css" type="text/css"
media="print" />
+ <meta http-equiv="Content-Language" content="en" />
+
+ </head>
+ <body class="composite">
+ <div id="banner">
+ <a href="" id="bannerLeft" title="Apache PDFBox">
+ <img src="../images/Logo.gif"
alt="Apache PDFBox" />
+ </a>
+ <a href="http://www.apache.org/" id="bannerRight"
title="The Apache Software Foundation">
+ <img
src="http://www.apache.org/images/asf_logo.gif" alt="The Apache Software
Foundation" />
+ </a>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="breadcrumbs">
+
+
+ <div class="xright">
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ <div id="leftColumn">
+ <div id="navcolumn">
+
+
+ <h5>About</h5>
+ <ul>
+ <li class="none">
+ <a href="../index.html" title="Welcome">Welcome</a>
+ </li>
+ <li class="none">
+ <a href="../download.html"
title="Download">Download</a>
+ </li>
+ <li class="none">
+ <a href="../dependencies.html"
title="Dependencies">Dependencies</a>
+ </li>
+ <li class="none">
+ <a href="http://www.apache.org/licenses/LICENSE-2.0"
class="externalLink" title="License">License</a>
+ </li>
+ <li class="none">
+ <a href="../mail-lists.html" title="Mailing
Lists">Mailing Lists</a>
+ </li>
+ <li class="none">
+ <a
href="https://issues.apache.org/jira/browse/PDFBOX" class="externalLink"
title="Issue Tracker">Issue Tracker</a>
+ </li>
+ <li class="none">
+ <a href="../team-list.html" title="Project
Team">Project Team</a>
+ </li>
+ <li class="none">
+ <a href="../references.html"
title="References">References</a>
+ </li>
+ <li class="none">
+ <a
href="http://www.apache.org/foundation/sponsorship.html" class="externalLink"
title="ASF Sponsorship Program">ASF Sponsorship Program</a>
+ </li>
+ <li class="none">
+ <a
href="http://www.apache.org/foundation/thanks.html" class="externalLink"
title="ASF Thanks">ASF Thanks</a>
+ </li>
+ </ul>
+ <h5>Command Line Utilities</h5>
+ <ul>
+ <li class="none">
+ <a href="../commandlineutilities/index.html"
title="Index">Index</a>
+ </li>
+ <li class="none">
+ <a
href="../commandlineutilities/ConvertColorspace.html"
title="ConvertColorspace">ConvertColorspace</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/Decrypt.html"
title="Decrypt">Decrypt</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/Encrypt.html"
title="Encrypt">Encrypt</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/ExtractText.html"
title="ExtractText">ExtractText</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/Overlay.html"
title="Overlay">Overlay</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PrintPDF.html"
title="PrintPDF">PrintPDF</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PDFDebugger.html"
title="PDFDebugger">PDFDebugger</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PDFMerger.html"
title="PDFMerger">PDFMerger</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PDFReader.html"
title="PDFReader">PDFReader</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PDFSplit.html"
title="PDFSplit">PDFSplit</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/PDFToImage.html"
title="PDFToImage">PDFToImage</a>
+ </li>
+ <li class="none">
+ <a href="../commandlineutilities/TextToPDF.html"
title="TextToPDF">TextToPDF</a>
+ </li>
+ </ul>
+ <h5>Developers Guide</h5>
+ <ul>
+ <li class="none">
+ <a href="../userguide/index.html"
title="Index">Index</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/bookmarks.html"
title="Bookmarks">Bookmarks</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/building_pdfbox.html"
title="Building PDFBox">Building PDFBox</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/tutorials.html"
title="Tutorials">Tutorials</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/cookbook.html"
title="Cookbook">Cookbook</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/faq.html" title="FAQ">FAQ</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/file_references.html"
title="File References">File References</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/fonts.html"
title="Fonts">Fonts</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/highlighting.html"
title="Highlighting">Highlighting</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/metadata.html"
title="Metadata">Metadata</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/redistribution.html"
title="Redistribution">Redistribution</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/dot_net.html" title=".NET
Version">.NET Version</a>
+ </li>
+ <li class="none">
+ <a href="../userguide/text_extraction.html"
title="Text Extraction">Text Extraction</a>
+ </li>
+ </ul>
+ <a href="http://maven.apache.org/" title="Built
by Maven" class="poweredBy">
+ <img class="poweredBy" alt="Built by Maven"
src="../images/logos/maven-feather.png" />
+ </a>
+
+
+ </div>
+ </div>
+ <div id="bodyColumn">
+ <div id="contentBox">
+ <!-- ! Licensed to the Apache Software Foundation (ASF) under one or
more
+ ! contributor license agreements. See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You under the Apache License, Version 2.0
+ ! (the "License"); you may not use this file except in compliance with
+ ! the License. You may obtain a copy of the License at
+ !
+ ! http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ ! -->
+
+ <div class="section"><h2>WriteDecodedDoc<a name="WriteDecodedDoc"></a></h2>
+ <p>An application to decompress PDF documents.</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar WriteDecodedDoc
<input-file> <output-file></p>
+ <table align="center" border="1" class="bodyTable">
+ <tr class="a">
+ <th align="left">Command Line Parameter</th>
+ <th align="left">Type</th>
+ <th align="left">Default Value</th>
+ <th align="left">Description</th>
+ </tr>
+ <tr class="b">
+ <td align="left"><input-file></td>
+ <td align="left">filename</td>
+ <td align="left">None</td>
+ <td align="left">The PDF file to decompress</td>
+ </tr>
+ <tr class="a">
+ <td align="left"><output-file></td>
+ <td align="left">filename</td>
+ <td align="left">None</td>
+ <td align="left">The destination PDF file</td>
+ </tr>
+ </table>
+ </div>
+
+
+ </div>
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ <div id="footer">
+ <div class="xright">Copyright © 2008-2011
+ <a href="http://www.apache.org/">The Apache Software
Foundation</a>.
+ All Rights Reserved.
+
+ </div>
+ <div class="clear">
+ <hr/>
+ </div>
+ </div>
+ </body>
+</html>
Propchange: pdfbox/site/publish/commandlineutilities/WriteDecodedDoc.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: pdfbox/site/publish/index.html
URL:
http://svn.apache.org/viewvc/pdfbox/site/publish/index.html?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/publish/index.html (original)
+++ pdfbox/site/publish/index.html Sun May 15 16:31:13 2011
@@ -1,235 +1 @@
-<!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 -->
-<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" />
- <title>Apache PDFBox -
- Apache PDFBox - Java PDF Library</title>
- <style type="text/css" media="all">
- @import url("./css/maven-base.css");
- @import url("./css/maven-theme.css");
- @import url("./css/site.css");
- </style>
- <link rel="stylesheet" href="./css/print.css" type="text/css"
media="print" />
- <meta http-equiv="Content-Language" content="en" />
- <meta name="keywords" content="Java PDF Library, pdfbox, pdftotext,
print pdf" />
- </head>
- <body class="composite">
- <div id="banner">
- <a href="" id="bannerLeft" title="Apache PDFBox">
- <img src="images/Logo.gif"
alt="Apache PDFBox" />
- </a>
- <a href="http://www.apache.org/" id="bannerRight"
title="The Apache Software Foundation">
- <img
src="http://www.apache.org/images/asf_logo.gif" alt="The Apache Software
Foundation" />
- </a>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="breadcrumbs">
-
-
- <div class="xright">
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- <div id="leftColumn">
- <div id="navcolumn">
-
-
- <h5>About</h5>
- <ul>
- <li class="none">
- <strong>Welcome</strong>
- </li>
- <li class="none">
- <a href="download.html" title="Download">Download</a>
- </li>
- <li class="none">
- <a href="dependencies.html"
title="Dependencies">Dependencies</a>
- </li>
- <li class="none">
- <a href="http://www.apache.org/licenses/LICENSE-2.0"
class="externalLink" title="License">License</a>
- </li>
- <li class="none">
- <a href="mail-lists.html" title="Mailing
Lists">Mailing Lists</a>
- </li>
- <li class="none">
- <a
href="https://issues.apache.org/jira/browse/PDFBOX" class="externalLink"
title="Issue Tracker">Issue Tracker</a>
- </li>
- <li class="none">
- <a href="team-list.html" title="Project
Team">Project Team</a>
- </li>
- <li class="none">
- <a href="references.html"
title="References">References</a>
- </li>
- <li class="none">
- <a
href="http://www.apache.org/foundation/sponsorship.html" class="externalLink"
title="ASF Sponsorship Program">ASF Sponsorship Program</a>
- </li>
- <li class="none">
- <a
href="http://www.apache.org/foundation/thanks.html" class="externalLink"
title="ASF Thanks">ASF Thanks</a>
- </li>
- </ul>
- <h5>Command Line Utilities</h5>
- <ul>
- <li class="none">
- <a href="commandlineutilities/index.html"
title="Index">Index</a>
- </li>
- <li class="none">
- <a
href="commandlineutilities/ConvertColorspace.html"
title="ConvertColorspace">ConvertColorspace</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/Decrypt.html"
title="Decrypt">Decrypt</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/Encrypt.html"
title="Encrypt">Encrypt</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/ExtractText.html"
title="ExtractText">ExtractText</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/Overlay.html"
title="Overlay">Overlay</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PrintPDF.html"
title="PrintPDF">PrintPDF</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PDFDebugger.html"
title="PDFDebugger">PDFDebugger</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PDFMerger.html"
title="PDFMerger">PDFMerger</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PDFReader.html"
title="PDFReader">PDFReader</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PDFSplit.html"
title="PDFSplit">PDFSplit</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/PDFToImage.html"
title="PDFToImage">PDFToImage</a>
- </li>
- <li class="none">
- <a href="commandlineutilities/TextToPDF.html"
title="TextToPDF">TextToPDF</a>
- </li>
- </ul>
- <h5>Developers Guide</h5>
- <ul>
- <li class="none">
- <a href="userguide/index.html"
title="Index">Index</a>
- </li>
- <li class="none">
- <a href="userguide/bookmarks.html"
title="Bookmarks">Bookmarks</a>
- </li>
- <li class="none">
- <a href="userguide/building_pdfbox.html"
title="Building PDFBox">Building PDFBox</a>
- </li>
- <li class="none">
- <a href="userguide/tutorials.html"
title="Tutorials">Tutorials</a>
- </li>
- <li class="none">
- <a href="userguide/cookbook.html"
title="Cookbook">Cookbook</a>
- </li>
- <li class="none">
- <a href="userguide/faq.html" title="FAQ">FAQ</a>
- </li>
- <li class="none">
- <a href="userguide/file_references.html" title="File
References">File References</a>
- </li>
- <li class="none">
- <a href="userguide/fonts.html"
title="Fonts">Fonts</a>
- </li>
- <li class="none">
- <a href="userguide/highlighting.html"
title="Highlighting">Highlighting</a>
- </li>
- <li class="none">
- <a href="userguide/metadata.html"
title="Metadata">Metadata</a>
- </li>
- <li class="none">
- <a href="userguide/redistribution.html"
title="Redistribution">Redistribution</a>
- </li>
- <li class="none">
- <a href="userguide/dot_net.html" title=".NET
Version">.NET Version</a>
- </li>
- <li class="none">
- <a href="userguide/text_extraction.html" title="Text
Extraction">Text Extraction</a>
- </li>
- </ul>
- <a href="http://maven.apache.org/" title="Built
by Maven" class="poweredBy">
- <img class="poweredBy" alt="Built by Maven"
src="./images/logos/maven-feather.png" />
- </a>
-
-
- </div>
- </div>
- <div id="bodyColumn">
- <div id="contentBox">
- <!-- ! Licensed to the Apache Software Foundation (ASF) under one or
more
- ! contributor license agreements. See the NOTICE file distributed with
- ! this work for additional information regarding copyright ownership.
- ! The ASF licenses this file to You under the Apache License, Version 2.0
- ! (the "License"); you may not use this file except in compliance with
- ! the License. You may obtain a copy of the License at
- !
- ! http://www.apache.org/licenses/LICENSE-2.0
- !
- ! Unless required by applicable law or agreed to in writing, software
- ! distributed under the License is distributed on an "AS IS" BASIS,
- ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- ! See the License for the specific language governing permissions and
- ! limitations under the License.
- ! -->
-
- <div class="section"><h2>Apache PDFBox - Java PDF Library<a
name="Apache_PDFBox_-_Java_PDF_Library"></a></h2>
- <p>
- Apache PDFBox™ is an open source Java PDF library for working
with PDF documents.
- This project allows creation of new PDF documents, manipulation of
existing documents
- and the ability to extract content from documents. Apache PDFBox also
includes several
- command line utilities. Apache PDFBox is published under the
- <a class="externalLink"
href="http://www.apache.org/licenses/LICENSE-2.0">Apache License v2.0</a>.
- </p>
- <p>
- The project is a volunteer effort and we're always looking for
interested people
- to help us improve PDFBox. There are a multitude of ways that you can
help us depending
- on your skills. Subscribe to the <a
href="mail-lists.html#dev">developer mailing list</a>
- and find out how you can help.
- </p>
- <p>
- To get help on using PDFBox, please subscribe to the
- <a href="mail-lists.html#users">users mailing list</a> and post your
questions there.
- We're happy to help.
- </p>
- </div>
- <div class="section"><h2>Features<a name="Features"></a></h2>
- <ul>
- <li>PDF to text extraction</li>
- <li>Merge PDF Documents</li>
- <li>PDF Document Encryption/Decryption</li>
- <li>Lucene Search Engine Integration</li>
- <li>Fill in form data FDF and XFDF</li>
- <li>Create a PDF from a text file</li>
- <li>Create images from PDF pages</li>
- <li>Print a PDF</li>
- </ul>
- </div>
-
- </div>
- </div>
- <div class="clear">
- <hr/>
- </div>
- <div id="footer">
- <div class="xright">Copyright © 2008-2011
- <a href="http://www.apache.org/">The Apache Software
Foundation</a>.
- All Rights Reserved.
-
- </div>
- <div class="clear">
- <hr/>
- </div>
- </div>
- </body>
-</html>
Modified: pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml
URL:
http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml?rev=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Decrypt.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Decrypt
[OPTIONS] <inputfile> [outputfile]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Decrypt [OPTIONS]
<inputfile> [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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Encrypt.xml Sun May 15
16:31:13 2011
@@ -24,7 +24,7 @@
<body>
<section name="Encrypt">
<p>This application will encrypt a PDF document.</p>
- <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Encrypt
[OPTIONS] <password> <inputfile></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Encrypt [OPTIONS]
<password> <inputfile></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/ExtractText.xml Sun May 15
16:31:13 2011
@@ -25,7 +25,7 @@
<body>
<section name="ExtractText">
<p>This application will extract all text from the given PDF
document.</p>
- <p>usage: java -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.ExtractText
[OPTIONS] <PDF file> [Text file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar ExtractText [OPTIONS] <PDF
file> [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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/Overlay.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.Overlay
<overlay.pdf> <document.pdf> <result.pdf></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar Overlay <overlay.pdf>
<document.pdf> <result.pdf></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFDebugger.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFDebugger
[PDF file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar 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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFMerger.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFMerger
<Source PDF files (2 ..n)> <Target PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFMerger <Source PDF files
(2 ..n)> <Target PDF file></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFReader.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFReader
[PDF file]</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar 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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFSplit.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PDFSplit
[OPTIONS] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFSplit [OPTIONS] <PDF
file></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PDFToImage.xml Sun May 15
16:31:13 2011
@@ -26,7 +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] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] <PDF
file></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/PrintPDF.xml Sun May 15
16:31:13 2011
@@ -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 -jar pdfbox-app-x.y.z.jar org.apache.pdfbox.PrintPDF
[OPTIONS] <PDF file></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar PrintPDF [OPTIONS] <PDF
file></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=1103450&r1=1103449&r2=1103450&view=diff
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml (original)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/TextToPDF.xml Sun May 15
16:31:13 2011
@@ -24,7 +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] <outputfile> <textfile></p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar TextToPDF [OPTIONS]
<outputfile> <textfile></p>
<table>
<tr>
<th>Command Line Parameter</th>
Added: pdfbox/site/src/site/xdoc/commandlineutilities/WriteDecodedDoc.xml
URL:
http://svn.apache.org/viewvc/pdfbox/site/src/site/xdoc/commandlineutilities/WriteDecodedDoc.xml?rev=1103450&view=auto
==============================================================================
--- pdfbox/site/src/site/xdoc/commandlineutilities/WriteDecodedDoc.xml (added)
+++ pdfbox/site/src/site/xdoc/commandlineutilities/WriteDecodedDoc.xml Sun May
15 16:31:13 2011
@@ -0,0 +1,50 @@
+<!--
+ ! Licensed to the Apache Software Foundation (ASF) under one or more
+ ! contributor license agreements. See the NOTICE file distributed with
+ ! this work for additional information regarding copyright ownership.
+ ! The ASF licenses this file to You under the Apache License, Version 2.0
+ ! (the "License"); you may not use this file except in compliance with
+ ! the License. You may obtain a copy of the License at
+ !
+ ! http://www.apache.org/licenses/LICENSE-2.0
+ !
+ ! Unless required by applicable law or agreed to in writing, software
+ ! distributed under the License is distributed on an "AS IS" BASIS,
+ ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ ! See the License for the specific language governing permissions and
+ ! limitations under the License.
+ !-->
+<document xmlns="http://maven.apache.org/XDOC/2.0"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="http://maven.apache.org/XDOC/2.0
+ http://maven.apache.org/xsd/xdoc-2.0.xsd">
+ <head>
+ <title>WriteDecodedDoc</title>
+ </head>
+ <body>
+ <section name="WriteDecodedDoc">
+ <p>An application to decompress PDF documents.</p>
+ <p>usage: java -jar pdfbox-app-x.y.z.jar WriteDecodedDoc
<input-file> <output-file></p>
+ <table>
+ <tr>
+ <th>Command Line Parameter</th>
+ <th>Type</th>
+ <th>Default Value</th>
+ <th>Description</th>
+ </tr>
+ <tr>
+ <td><input-file></td>
+ <td>filename</td>
+ <td>None</td>
+ <td>The PDF file to decompress</td>
+ </tr>
+ <tr>
+ <td><output-file></td>
+ <td>filename</td>
+ <td>None</td>
+ <td>The destination PDF file</td>
+ </tr>
+ </table>
+ </section>
+ </body>
+</document>