From 87c9269152f8c631123525b796cf07dc0cca7398 Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 5 Feb 2014 09:20:54 +0100 Subject: Documentation + Documentation building --- .../placeholder/SignaturePlaceholderExtractor.html | 356 +++++++++++++++++++++ 1 file changed, 356 insertions(+) create mode 100644 docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html (limited to 'docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html') diff --git a/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html b/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html new file mode 100644 index 00000000..a3ea9e56 --- /dev/null +++ b/docs/at/gv/egiz/pdfas/lib/impl/placeholder/SignaturePlaceholderExtractor.html @@ -0,0 +1,356 @@ + + + + + + +SignaturePlaceholderExtractor (PDF-AS 4.0 Library) + + + + + + + +
+ + + + + +
PDF-AS 4.0 Library false
+
+ + + +
+
at.gv.egiz.pdfas.lib.impl.placeholder
+

Class SignaturePlaceholderExtractor

+
+
+ +
+
    +
  • +
    +
    +
    public class SignaturePlaceholderExtractor
    +extends org.apache.pdfbox.util.PDFStreamEngine
    +
    Extract all relevant information from a placeholder image.
    +
  • +
+
+
+
    +
  • + + + +
      +
    • + + +

      Method Summary

      + + + + + + + + + + + + + + +
      Methods 
      Modifier and TypeMethod and Description
      static SignaturePlaceholderDataextract(InputStream inputStream, + String placeholderId, + int matchMode) +
      Search the document for placeholder images and possibly included + additional info.
      + Searches only for the first placeholder page after page from top.
      +
      protected voidprocessOperator(org.apache.pdfbox.util.PDFOperator operator, + List arguments) 
      +
        +
      • + + +

        Methods inherited from class org.apache.pdfbox.util.PDFStreamEngine

        +getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getTotalCharCnt, getValidCharCnt, getXObjects, inspectFontEncoding, isForceParsing, processEncodedText, processOperator, processStream, processSubStream, processTextPosition, registerOperatorProcessor, resetEngine, setColorSpaces, setFonts, setForceParsing, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix
      • +
      + +
    • +
    +
  • +
+
+
+
    +
  • + +
      +
    • + + +

      Field Detail

      + + + + + + + +
        +
      • +

        PLACEHOLDER_MATCH_MODE_STRICT

        +
        public static final int PLACEHOLDER_MATCH_MODE_STRICT
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        PLACEHOLDER_MATCH_MODE_MODERATE

        +
        public static final int PLACEHOLDER_MATCH_MODE_MODERATE
        +
        See Also:
        Constant Field Values
        +
      • +
      + + + +
        +
      • +

        PLACEHOLDER_MATCH_MODE_LENIENT

        +
        public static final int PLACEHOLDER_MATCH_MODE_LENIENT
        +
        See Also:
        Constant Field Values
        +
      • +
      +
    • +
    + +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        extract

        +
        public static SignaturePlaceholderData extract(InputStream inputStream,
        +                               String placeholderId,
        +                               int matchMode)
        +                                        throws at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
        Search the document for placeholder images and possibly included + additional info.
        + Searches only for the first placeholder page after page from top.
        +
        Parameters:
        inputStream -
        +
        Returns:
        all available info from the first found placeholder.
        +
        Throws:
        +
        PDFDocumentException - if the document could not be read.
        +
        at.gv.egiz.pdfas.common.exceptions.PlaceholderExtractionException - if STRICT matching mode was requested and no suitable placeholder could be found.
        +
        at.gv.egiz.pdfas.common.exceptions.PdfAsException
        +
      • +
      + + + +
        +
      • +

        processOperator

        +
        protected void processOperator(org.apache.pdfbox.util.PDFOperator operator,
        +                   List arguments)
        +                        throws IOException
        +
        +
        Overrides:
        +
        processOperator in class org.apache.pdfbox.util.PDFStreamEngine
        +
        Throws:
        +
        IOException
        +
      • +
      +
    • +
    +
  • +
+
+
+ + +
+ + + + + +
PDF-AS 4.0 Library false
+
+ + + + -- cgit v1.2.3