Class ConfiguredPDFParser

java.lang.Object
org.apache.pdfbox.pdfparser.BaseParser
org.apache.pdfbox.pdfparser.COSParser
org.apache.pdfbox.pdfparser.PDFParser
br.ufsc.labsec.signature.conformanceVerifier.pdf.ConfiguredPDFParser

public class ConfiguredPDFParser
extends org.apache.pdfbox.pdfparser.PDFParser
  • Field Summary

    Fields inherited from class org.apache.pdfbox.pdfparser.COSParser

    EOF_MARKER, fileLen, initialParseDone, OBJ_MARKER, securityHandler, source, SYSPROP_EOFLOOKUPRANGE, SYSPROP_PARSEMINIMAL, TMP_FILE_PREFIX, xrefTrailerResolver

    Fields inherited from class org.apache.pdfbox.pdfparser.BaseParser

    A, ASCII_CR, ASCII_LF, B, D, DEF, document, E, ENDOBJ_STRING, ENDSTREAM_STRING, J, M, N, O, R, S, STREAM_STRING, T
  • Constructor Summary

    Constructors
    Constructor Description
    ConfiguredPDFParser​(InputStream documentStream)  
  • Method Summary

    Modifier and Type Method Description
    boolean containsEOFInRange​(int range)  

    Methods inherited from class org.apache.pdfbox.pdfparser.PDFParser

    getPDDocument, initialParse, parse

    Methods inherited from class org.apache.pdfbox.pdfparser.COSParser

    checkPages, getAccessPermission, getDocument, getEncryption, getStartxrefOffset, isCatalog, isLenient, lastIndexOf, parseCOSStream, parseDictObjects, parseFDFHeader, parseObjectDynamically, parseObjectDynamically, parsePDFHeader, parseTrailerValuesDynamically, parseXref, parseXrefTable, rebuildTrailer, retrieveTrailer, setEOFLookupRange, setLenient

    Methods inherited from class org.apache.pdfbox.pdfparser.BaseParser

    isClosing, isClosing, isDigit, isDigit, isEndOfName, isEOL, isEOL, isSpace, isSpace, isWhitespace, isWhitespace, parseBoolean, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSString, parseDirObject, readExpectedChar, readExpectedString, readExpectedString, readGenerationNumber, readInt, readLine, readLong, readObjectNumber, readString, readString, readStringNumber, skipSpaces, skipWhiteSpaces

    Methods inherited from class java.lang.Object

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

  • Method Details

    • containsEOFInRange

      public boolean containsEOFInRange​(int range)