Uses of Interface
org.apache.pdfbox.cos.ICOSParser
Packages that use ICOSParser
Package
Description
These are the low level objects that make up a PDF document.
The pdfparser package contains classes to parse PDF documents and objects within the document.
-
Uses of ICOSParser in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos declared as ICOSParserModifier and TypeFieldDescriptionprivate final ICOSParserCOSDocument.parserprivate ICOSParserCOSObject.parserConstructors in org.apache.pdfbox.cos with parameters of type ICOSParserModifierConstructorDescriptionCOSDocument(ICOSParser parser) Constructor.COSDocument(RandomAccessStreamCache.StreamCacheCreateFunction streamCacheCreateFunction, ICOSParser parser) Constructor that will use the provided function to create a stream cache for the storage of the PDF streams.COSObject(COSBase object, ICOSParser parser) Constructor.COSObject(COSObjectKey key, ICOSParser parser) Constructor. -
Uses of ICOSParser in org.apache.pdfbox.pdfparser
Classes in org.apache.pdfbox.pdfparser that implement ICOSParserModifier and TypeClassDescriptionclassBrute force parser to be used as last resort if a malformed pdf can't be read.classCOS-Parser which first reads startxref and xref tables in order to know valid objects and parse only these objects.classclass -
Uses of ICOSParser in org.apache.pdfbox.preflight.parser
Classes in org.apache.pdfbox.preflight.parser that implement ICOSParser