Return-Path: X-Original-To: apmail-pdfbox-commits-archive@www.apache.org Delivered-To: apmail-pdfbox-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A2AE10565 for ; Tue, 8 Oct 2013 18:03:45 +0000 (UTC) Received: (qmail 54497 invoked by uid 500); 8 Oct 2013 18:03:45 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 54481 invoked by uid 500); 8 Oct 2013 18:03:44 -0000 Mailing-List: contact commits-help@pdfbox.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@pdfbox.apache.org Delivered-To: mailing list commits@pdfbox.apache.org Received: (qmail 54474 invoked by uid 99); 8 Oct 2013 18:03:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 18:03:43 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Oct 2013 18:03:40 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id C4F96238883D for ; Tue, 8 Oct 2013 18:03:19 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r881737 - in /websites/staging/pdfbox/trunk/content: ./ commandline/index.html Date: Tue, 08 Oct 2013 18:03:19 -0000 To: commits@pdfbox.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131008180319.C4F96238883D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: buildbot Date: Tue Oct 8 18:03:19 2013 New Revision: 881737 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:03:19 2013 @@ -1 +1 @@ -1530374 +1530375 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:03:19 2013 @@ -168,7 +168,8 @@ PDFBox tools as Java applications.

  • TextToPDF
  • WriteDecodedDoc
  • -

    ConvertColorspace

    +

    +

    ConvertColorspace

    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.

    @@ -205,7 +206,8 @@ Colorspace(values)=Colorspace(values)

    RGB are integers between 0 and 255

    CMYK are integers between 0 and 100

    This option can be used as many times as necessary.

    -

    Decrypt

    +

    +

    Decrypt

    This application will decrypt a PDF document.

    NOTE: You must have the owner password to decrypt the document!

    usage: java -jar pdfbox-app-x.y.z.jar Decrypt [OPTIONS] <inputfile> [outputfile]

    @@ -239,7 +241,8 @@ Colorspace(values)=Colorspace(values)

    -

    Encrypt

    +

    +

    Encrypt

    This application will encrypt a PDF document.

    usage: java -jar pdfbox-app-x.y.z.jar Encrypt [OPTIONS] <password> <inputfile>

    @@ -323,7 +326,8 @@ Colorspace(values)=Colorspace(values)

    -

    ExtractText

    +

    +

    ExtractText

    This application will extract all text from the given PDF document.

    usage: java -jar pdfbox-app-x.y.z.jar ExtractText [OPTIONS] <inputfile> [Text file]

    @@ -392,12 +396,14 @@ Colorspace(values)=Colorspace(values)

    -

    Overlay

    +

    +

    Overlay

    This application will overlay one document with the content of another document

    usage: java -jar pdfbox-app-x.y.z.jar Overlay <overlay.pdf> <document.pdf> <result.pdf>

    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

    This application will send a pdf document to the printer.

    You must have the correct permissions to print the document!

    @@ -424,7 +430,8 @@ on order e.g. if the document has 10 pag -

    PDFDebugger

    +

    +

    PDFDebugger

    This application will take an existing PDF document and allows to analyze and inspect the internal structure

    usage: java -jar pdfbox-app-x.y.z.jar PDFDebugger [inputfile]

    @@ -453,7 +460,8 @@ on order e.g. if the document has 10 pag
    -

    PDFReader

    +

    +

    PDFReader

    An application to read PDF documents. This will provide Acrobat Reader like functionality.

    usage: java -jar pdfbox-app-x.y.z.jar PDFReader [PDF file]

    @@ -482,10 +490,12 @@ on order e.g. if the document has 10 pag
    -

    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

    This application will take an existing PDF document and split it into a number of other documents

    usage: java -jar pdfbox-app-x.y.z.jar PDFSplit [OPTIONS] <PDF file>

    @@ -531,7 +541,8 @@ on order e.g. if the document has 10 pag
  • 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

    This application will create an image for every page in the PDF document.

    usage: java -jar pdfbox-app-x.y.z.jar PDFToImage [OPTIONS] <PDF file>

    @@ -575,7 +586,8 @@ on order e.g. if the document has 10 pag
    -

    TextToPDF

    +

    +

    TextToPDF

    This application will create a PDF document from a text file.

    usage: java -jar pdfbox-app-x.y.z.jar TextToPDF [OPTIONS] <outputfile> <textfile>

    @@ -621,7 +633,8 @@ on order e.g. if the document has 10 pag
  • Times-BoldItalic
  • ZapfDingbats
  • -

    WriteDecodedDoc

    +

    +

    WriteDecodedDoc

    An application to decompress PDF documents.

    usage: java -jar pdfbox-app-x.y.z.jar WriteDecodedDoc <input-file> <output-file>