Class SantanderPdfPageOdd

java.lang.Object
org.apache.pdfbox.contentstream.PDFStreamEngine
org.apache.pdfbox.text.PDFTextStripper
org.apache.pdfbox.text.PDFTextStripperByArea
de.frankmuenster.mahoe.pdfextractor.AbstractBankPDFPage
de.frankmuenster.mahoe.banks.santander.pdfextractor.SantanderPdfPageOdd

public class SantanderPdfPageOdd extends AbstractBankPDFPage
TextAreas für die erste Seite
Author:
Frank Münster
  • Field Summary

    Fields inherited from class org.apache.pdfbox.text.PDFTextStripper

    charactersByArticle, document, LINE_SEPARATOR, output
  • Constructor Summary

    Constructors
    Constructor
    Description
    Standard constructor call super class.
  • Method Summary

    Modifier and Type
    Method
    Description
    protected float
    computeFontHeight(org.apache.pdfbox.pdmodel.font.PDFont arg0)
     
    protected Map<String,Rectangle>
    Defines the regions in a Map.
    protected double
    Liefert die zu erwartete X-Position des Buchungsdaten
    protected void
    showGlyph(org.apache.pdfbox.util.Matrix arg0, org.apache.pdfbox.pdmodel.font.PDFont arg1, int arg2, org.apache.pdfbox.util.Vector arg3)
     

    Methods inherited from class de.frankmuenster.mahoe.pdfextractor.AbstractBankPDFPage

    getRectangleFrom, setRegion, writeString

    Methods inherited from class org.apache.pdfbox.text.PDFTextStripperByArea

    addRegion, extractRegions, getRegions, getTextForRegion, processTextPosition, removeRegion, setShouldSeparateByBeads, writePage

    Methods inherited from class org.apache.pdfbox.text.PDFTextStripper

    endArticle, endDocument, endPage, getAddMoreFormatting, getArticleEnd, getArticleStart, getAverageCharTolerance, getCharactersByArticle, getCurrentPageNo, getDropThreshold, getEndBookmark, getEndPage, getIndentThreshold, getLineSeparator, getListItemPatterns, getOutput, getPageEnd, getPageStart, getParagraphEnd, getParagraphStart, getSeparateByBeads, getSortByPosition, getSpacingTolerance, getStartBookmark, getStartPage, getSuppressDuplicateOverlappingText, getText, getWordSeparator, matchPattern, processPage, processPages, setAddMoreFormatting, setArticleEnd, setArticleStart, setAverageCharTolerance, setDropThreshold, setEndBookmark, setEndPage, setIndentThreshold, setLineSeparator, setListItemPatterns, setPageEnd, setPageStart, setParagraphEnd, setParagraphStart, setSortByPosition, setSpacingTolerance, setStartBookmark, setStartPage, setSuppressDuplicateOverlappingText, setWordSeparator, startArticle, startArticle, startDocument, startPage, writeCharacters, writeLineSeparator, writePageEnd, writePageStart, writeParagraphEnd, writeParagraphSeparator, writeParagraphStart, writeString, writeText, writeWordSeparator

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

    addOperator, applyTextAdjustment, beginMarkedContentSequence, beginText, decreaseLevel, endMarkedContentSequence, endText, getAppearance, getCurrentPage, getGraphicsStackSize, getGraphicsState, getInitialMatrix, getLevel, getResources, getTextLineMatrix, getTextMatrix, increaseLevel, operatorException, processAnnotation, processChildStream, processOperator, processOperator, processSoftMask, processTilingPattern, processTilingPattern, processTransparencyGroup, processType3Stream, restoreGraphicsStack, restoreGraphicsState, saveGraphicsStack, saveGraphicsState, setLineDashPattern, setTextLineMatrix, setTextMatrix, showAnnotation, showFontGlyph, showForm, showText, showTextString, showTextStrings, showTransparencyGroup, showType3Glyph, transformedPoint, transformWidth, unsupportedOperator

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SantanderPdfPageOdd

      public SantanderPdfPageOdd() throws IOException
      Standard constructor call super class.
      Throws:
      IOException
  • Method Details

    • defineRegions

      protected Map<String,Rectangle> defineRegions()
      Description copied from class: AbstractBankPDFPage
      Defines the regions in a Map. The region rectangle values must able be converted to PDF measures. Following key needs to be defined in the Map:
      • AbstractBankPDFPage.BUCHUNGS_DATUM
      • AbstractBankPDFPage.KAUF_DATUM
      • AbstractBankPDFPage.BESCHREIBUNG
      • AbstractBankPDFPage.FREMDW_BETRAG
      • AbstractBankPDFPage.FREMDWAEHRUNG
      • AbstractBankPDFPage.KURS
      • AbstractBankPDFPage.BETRAG
      Specified by:
      defineRegions in class AbstractBankPDFPage
      Returns:
      a Map with the regions defined
      See Also:
    • getXPos

      protected double getXPos()
      Description copied from class: AbstractBankPDFPage
      Liefert die zu erwartete X-Position des Buchungsdaten
      Specified by:
      getXPos in class AbstractBankPDFPage
      Returns:
      die zu erwartete X-Position des Buchungsdaten
      See Also:
    • showGlyph

      protected void showGlyph(org.apache.pdfbox.util.Matrix arg0, org.apache.pdfbox.pdmodel.font.PDFont arg1, int arg2, org.apache.pdfbox.util.Vector arg3) throws IOException
      Overrides:
      showGlyph in class org.apache.pdfbox.contentstream.PDFStreamEngine
      Throws:
      IOException
    • computeFontHeight

      protected float computeFontHeight(org.apache.pdfbox.pdmodel.font.PDFont arg0) throws IOException
      Throws:
      IOException