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 CDCAA19153 for ; Sat, 26 Mar 2016 08:52:54 +0000 (UTC) Received: (qmail 33758 invoked by uid 500); 26 Mar 2016 08:52:53 -0000 Delivered-To: apmail-pdfbox-commits-archive@pdfbox.apache.org Received: (qmail 33733 invoked by uid 500); 26 Mar 2016 08:52:53 -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 32987 invoked by uid 99); 26 Mar 2016 08:52:52 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 26 Mar 2016 08:52:52 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id D5C97DFF81; Sat, 26 Mar 2016 08:52:52 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: msahyoun@apache.org To: commits@pdfbox.apache.org Date: Sat, 26 Mar 2016 08:53:29 -0000 Message-Id: In-Reply-To: <8dcbb3761fd649ccaf5b58c4bb164560@git.apache.org> References: <8dcbb3761fd649ccaf5b58c4bb164560@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [39/51] [partial] pdfbox-docs git commit: PDFBOX-3291: add 1.8.11 javadoc http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFSplit.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFSplit.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFSplit.html new file mode 100644 index 0000000..bb2ba26 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFSplit.html @@ -0,0 +1,237 @@ + + + + + + +PDFSplit (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class PDFSplit

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFSplit
    +extends Object
    +
    This is the main program that will take a pdf document and split it into + a number of other documents.
    +
    Version:
    +
    $Revision: 1.6 $
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +                 throws Exception
        +
        Infamous main method.
        +
        Parameters:
        args - Command line arguments, should be one and a reference to a file.
        +
        Throws:
        +
        Exception - If there is an error parsing the document.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFToImage.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFToImage.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFToImage.html new file mode 100644 index 0000000..2a79aa8 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PDFToImage.html @@ -0,0 +1,236 @@ + + + + + + +PDFToImage (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class PDFToImage

+
+
+ +
+
    +
  • +
    +
    +
    public class PDFToImage
    +extends Object
    +
    Convert a PDF document to an image.
    +
    Version:
    +
    $Revision: 1.6 $
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +                 throws Exception
        +
        Infamous main method.
        +
        Parameters:
        args - Command line arguments, should be one and a reference to a file.
        +
        Throws:
        +
        Exception - If there is an error parsing the document.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/PdfDecompressor.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/PdfDecompressor.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PdfDecompressor.html new file mode 100644 index 0000000..daded75 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PdfDecompressor.html @@ -0,0 +1,270 @@ + + + + + + +PdfDecompressor (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class PdfDecompressor

+
+
+ +
+
    +
  • +
    +
    +
    public class PdfDecompressor
    +extends Object
    +
    This program will just take all of the stream objects in a PDF and dereference + them. The streams will be gone in the resulting file and the objects will be + present. This is very helpful when trying to debug problems as it'll make + it possible to easily look through a PDF using a text editor. It also exposes + problems which stem from objects inside object streams overwriting other + objects.
    +
    Author:
    +
    Adam Nichols
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        PdfDecompressor

        +
        public PdfDecompressor()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        This is a very simple program, so everything is in the main method.
        +
        Parameters:
        args - arguments to the program
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/PrintPDF.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/PrintPDF.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PrintPDF.html new file mode 100644 index 0000000..e7783ef --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/PrintPDF.html @@ -0,0 +1,236 @@ + + + + + + +PrintPDF (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class PrintPDF

+
+
+ +
+
    +
  • +
    +
    +
    public class PrintPDF
    +extends Object
    +
    This is a command line program that will print a PDF document.
    +
    Version:
    +
    $Revision: 1.4 $
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +                 throws Exception
        +
        Infamous main method.
        +
        Parameters:
        args - Command line arguments, should be one and a reference to a file.
        +
        Throws:
        +
        Exception - If there is an error parsing the document.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/TextToPDF.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/TextToPDF.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/TextToPDF.html new file mode 100644 index 0000000..7e9845f --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/TextToPDF.html @@ -0,0 +1,371 @@ + + + + + + +TextToPDF (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class TextToPDF

+
+
+ +
+
    +
  • +
    +
    +
    public class TextToPDF
    +extends Object
    +
    This will take a text file and ouput a pdf with that text.
    +
    Version:
    +
    $Revision: 1.4 $
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        TextToPDF

        +
        public TextToPDF()
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        createPDFFromText

        +
        public PDDocument createPDFFromText(Reader text)
        +                             throws IOException
        +
        Create a PDF document with some text.
        +
        Parameters:
        text - The stream of text data.
        +
        Returns:
        The document with the text in it.
        +
        Throws:
        +
        IOException - If there is an error writing the data.
        +
      • +
      + + + +
        +
      • +

        createPDFFromText

        +
        public void createPDFFromText(PDDocument doc,
        +                     Reader text)
        +                       throws IOException
        +
        Create a PDF document with some text.
        +
        Parameters:
        doc - The PDF document that shall content the text.
        text - The stream of text data.
        +
        Throws:
        +
        IOException - If there is an error writing the data.
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +                 throws IOException
        +
        This will create a PDF document with some text in it. +
        + see usage() for commandline
        +
        Parameters:
        args - Command line arguments.
        +
        Throws:
        +
        IOException - If there is an error with the PDF.
        +
      • +
      + + + +
        +
      • +

        getFont

        +
        public PDSimpleFont getFont()
        +
        Returns:
        Returns the font.
        +
      • +
      + + + +
        +
      • +

        setFont

        +
        public void setFont(PDSimpleFont aFont)
        +
        Parameters:
        aFont - The font to set.
        +
      • +
      + + + +
        +
      • +

        getFontSize

        +
        public int getFontSize()
        +
        Returns:
        Returns the fontSize.
        +
      • +
      + + + +
        +
      • +

        setFontSize

        +
        public void setFontSize(int aFontSize)
        +
        Parameters:
        aFontSize - The fontSize to set.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ + http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/37d0891c/content/docs/1.8.11/javadocs/org/apache/pdfbox/Version.html ---------------------------------------------------------------------- diff --git a/content/docs/1.8.11/javadocs/org/apache/pdfbox/Version.html b/content/docs/1.8.11/javadocs/org/apache/pdfbox/Version.html new file mode 100644 index 0000000..96ce697 --- /dev/null +++ b/content/docs/1.8.11/javadocs/org/apache/pdfbox/Version.html @@ -0,0 +1,250 @@ + + + + + + +Version (Apache PDFBox 1.8.11 API) + + + + + + + + + + + +
+
org.apache.pdfbox
+

Class Version

+
+
+ +
+
    +
  • +
    +
    +
    public class Version
    +extends Object
    +
    A simple command line utility to get the version of PDFBox.
    +
    Version:
    +
    $Revision: 1.5 $
    +
    Author:
    +
    Ben Litchfield
    +
  • +
+
+
+ +
+
+
    +
  • + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        getVersion

        +
        public static String getVersion()
        +
        Get the version of PDFBox or unknown if it is not known.
        +
        Returns:
        The version of pdfbox that is being used.
        +
      • +
      + + + +
        +
      • +

        main

        +
        public static void main(String[] args)
        +
        This will print out the version of PDF to System.out.
        +
        Parameters:
        args - Command line arguments.
        +
      • +
      +
    • +
    +
  • +
+
+
+ + + + + +

Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.

+ +