org.qriterium.qdupdater.readers
Class PdfParser

java.lang.Object
  extended by org.pdfbox.util.PDFStreamEngine
      extended by org.pdfbox.util.PDFTextStripper
          extended by org.qriterium.qdupdater.readers.PdfParser

public class PdfParser
extends org.pdfbox.util.PDFTextStripper


Field Summary
 iData data
           
 iResource newResource
           
 
Constructor Summary
PdfParser()
           
 
Method Summary
static void parse(java.io.File _file, iData _data)
           
 
Methods inherited from class org.pdfbox.util.PDFTextStripper
getEndBookmark, getEndPage, getLineSeparator, getPageSeparator, getStartBookmark, getStartPage, getText, getText, getWordSeparator, setEndBookmark, setEndPage, setLineSeparator, setPageSeparator, setShouldSeparateByBeads, setSortByPosition, setStartBookmark, setStartPage, setSuppressDuplicateOverlappingText, setWordSeparator, shouldSeparateByBeads, shouldSortByPosition, shouldSuppressDuplicateOverlappingText, writeText, writeText
 
Methods inherited from class org.pdfbox.util.PDFStreamEngine
getColorSpaces, getCurrentPage, getFonts, getGraphicsStack, getGraphicsState, getGraphicsStates, getResources, getTextLineMatrix, getTextMatrix, getXObjects, processOperator, processStream, processSubStream, resetEngine, setColorSpaces, setFonts, setGraphicsStack, setGraphicsState, setGraphicsStates, setTextLineMatrix, setTextMatrix, showString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

data

public iData data

newResource

public iResource newResource
Constructor Detail

PdfParser

public PdfParser()
          throws java.io.IOException
Throws:
java.io.IOException
Method Detail

parse

public static void parse(java.io.File _file,
                         iData _data)