Author: lehmi
Date: Tue Oct  8 18:15:05 2013
New Revision: 1530377

URL: http://svn.apache.org/r1530377
Log:
playing around with a TOC

Modified:
    pdfbox/cmssite/trunk/content/commandline/index.mdtext

Modified: pdfbox/cmssite/trunk/content/commandline/index.mdtext
URL: 
http://svn.apache.org/viewvc/pdfbox/cmssite/trunk/content/commandline/index.mdtext?rev=1530377&r1=1530376&r2=1530377&view=diff
==============================================================================
--- pdfbox/cmssite/trunk/content/commandline/index.mdtext (original)
+++ pdfbox/cmssite/trunk/content/commandline/index.mdtext Tue Oct  8 18:15:05 
2013
@@ -7,23 +7,9 @@ PDFBox comes with a series of command li
 See the Dependencies page for instructions on how to set your classpath in 
order to run 
 PDFBox tools as Java applications.
 
-- [ConvertColorspace](#convertCS)
-- [Decrypt](#decrypt)
-- [Encrypt](#encrypt)
-- [ExtractText](#extractText)
-- [Overlay](#overlay)
-- [PrintPDF](#printPDF)
-- [PDFDebugger](#pdfDebugger)
-- [PDFReader](#pdfreader)
-- [PDFMerger](pdfMerger)
-- [PDFSplit](#pdfSplit)
-- [PDFToImage](#pdfToImage)
-- [TextToPDF](#textToPDF)
-- [WriteDecodedDoc](#writeDecodedDoc)
+[TOC]
 
-
-{#convertCS}
-### ConvertColorspace 
+### ConvertColorspace ### {#convertCS}
 
 This application will convert a PDF that uses one colorspace to another. For 
example, all 
 RGB colors to CMYK colors. 
@@ -49,8 +35,7 @@ CMYK are integers between 0 and 100
 
 This option can be used as many times as necessary.
 
-{#decrypt}
-### Decrypt
+### Decrypt ### {#decrypt}
 
 This application will decrypt a PDF document.
 
@@ -66,8 +51,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | inputfile | The PDF file to decrypt. |
 | outputfile | The file to save the decrypted document to. If left blank then 
it will be the same as the input file. |
 
-{#encrypt}
-### Encrypt
+### Encrypt ### {#encrypt}
 
 This application will encrypt a PDF document.
 
@@ -90,8 +74,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | inputfile> | The PDF file to encrypt. |
 | outputfile | The file to save the encrypted document to. If left blank then 
it will be the same as the input file. |
 
-{#extractText}
-### ExtractText
+### ExtractText ### {#extractText}
 
 This application will extract all text from the given PDF document.
 
@@ -111,8 +94,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | -endPage | Integer.MAX_INT | The last page to extract, one based. |
 | -nonSeq | false | Use the new non sequential parser. |
 
-{#overlay}
-### Overlay
+### Overlay ### {#overlay}
 
 This application will overlay one document with the content of another document
 
@@ -121,8 +103,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 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
 
-{#printPDF}
-### PrintPDF
+### PrintPDF ### {#printPDF}
 
 This application will send a pdf document to the printer.
 
@@ -136,8 +117,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | -silentPrint | Print the PDF without prompting for a printer. |
 | inputfile | The PDF file to print. |
 
-{#pdfDebugger}
-### PDFDebugger
+### PDFDebugger ### {#pdfDebugger}
 
 This application will take an existing PDF document and allows to analyze and 
inspect the internal structure
 
@@ -149,8 +129,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | -nonSeq | false | Use the new non sequential parser.
 | inputfile | | the name of an optional PDF file to open. |
 
-{#pdfReader}
-### PDFReader
+### PDFReader ### {#pdfReader}
 
 An application to read PDF documents. This will provide Acrobat Reader like 
functionality.
 
@@ -162,15 +141,13 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | -nonSeq | false | Use the new non sequential parser.|
 | PDF file     | | the name of an optional PDF file to open |
 
-{#pdfMerger}
-### PDFMerger
+### PDFMerger ### {#pdfMerger}
 
 This application will take a list of pdf documents and merge them, saving the 
result in a new document.
 
 usage: ``java -jar pdfbox-app-x.y.z.jar PDFMerger <Source PDF files (2 ..n)> 
<Target PDF file>``
 
-{#pdfSplit}
-### PDFSplit
+### PDFSplit ### {#pdfSplit}
 
 This application will take an existing PDF document and split it into a number 
of other documents
 
@@ -191,8 +168,7 @@ Examples:
  - 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
  - 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
 
-{#pdfToImage}
-### PDFToImage
+### PDFToImage ### {#pdfToImage}
 
 This application will create an image for every page in the PDF document.
 
@@ -207,8 +183,7 @@ usage: ``java -jar pdfbox-app-x.y.z.jar 
 | -endPage | Integer.MAX_INT | The last page to convert, one based. |
 | -nonSeq | false | Use the new non sequential parser. | 
 
-{#textToPDF}
-### TextToPDF
+### TextToPDF ### {#textToPDF}
 
 This application will create a PDF document from a text file.
 
@@ -237,8 +212,7 @@ The following font names can be used for
  - Times-BoldItalic
  - ZapfDingbats
  
-{#writeDecodeDoc}
-### WriteDecodedDoc
+### WriteDecodedDoc ### {#writeDecodeDoc}
 
 An application to decompress PDF documents.
 


Reply via email to