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
- All Implemented Interfaces:
org.apache.pdfbox.cos.ICOSParser
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, SYSPROP_EOFLOOKUPRANGE, xrefTrailerResolverFields 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, source, STREAM_STRING, T -
Constructor Summary
Constructors Constructor Description ConfiguredPDFParser(InputStream documentStream) -
Method Summary
Modifier and Type Method Description booleancontainsEOFInRange(int range)Methods inherited from class org.apache.pdfbox.pdfparser.PDFParser
createDocument, initialParse, load, load, parse, parseMethods inherited from class org.apache.pdfbox.pdfparser.COSParser
checkPages, createRandomAccessReadView, dereferenceCOSObject, getAccessPermission, getEncryption, isLenient, isString, lastIndexOf, parseCOSStream, parseFDFHeader, parseObjectDynamically, parseObjectStreamObject, parsePDFHeader, parseXrefTable, prepareDecryption, resetTrailerResolver, retrieveTrailer, setEOFLookupRange, setLenientMethods inherited from class org.apache.pdfbox.pdfparser.BaseParser
getObjectKey, isClosing, isClosing, isDigit, isDigit, isEndOfName, isEOF, isEOL, isEOL, isSpace, isSpace, isWhitespace, isWhitespace, parseCOSArray, parseCOSDictionary, parseCOSName, parseCOSString, parseDirObject, readExpectedChar, readExpectedString, readGenerationNumber, readInt, readLine, readLong, readObjectNumber, readString, readString, readStringNumber, skipSpaces, skipWhiteSpaces
-
Constructor Details
-
ConfiguredPDFParser
- Throws:
IOException
-
-
Method Details
-
containsEOFInRange
public boolean containsEOFInRange(int range)
-