Uses of Class
org.apache.pdfbox.pdfparser.XrefTrailerResolver
Packages that use XrefTrailerResolver
Package
Description
The pdfparser package contains classes to parse PDF documents and objects within the document.
-
Uses of XrefTrailerResolver in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as XrefTrailerResolverModifier and TypeFieldDescriptionprotected XrefTrailerResolverCOSParser.xrefTrailerResolverCollects all Xref/trailer objects and resolves them into single object using startxref reference.Methods in org.apache.pdfbox.pdfparser with parameters of type XrefTrailerResolverModifier and TypeMethodDescriptionprotected voidBruteForceParser.bfSearchForObjStreams(XrefTrailerResolver trailerResolver, SecurityHandler<? extends ProtectionPolicy> securityHandler) Brute force search for all objects streams of a pdf.voidPDFXrefStreamParser.parse(XrefTrailerResolver resolver) Parses through the unfiltered stream and populates the xrefTable HashMap.protected COSDictionaryBruteForceParser.rebuildTrailer(XrefTrailerResolver trailerResolver, SecurityHandler<? extends ProtectionPolicy> securityHandler) Rebuild the trailer dictionary if startxref can't be found. -
Uses of XrefTrailerResolver in org.apache.pdfbox.preflight
Fields in org.apache.pdfbox.preflight declared as XrefTrailerResolverModifier and TypeFieldDescriptionprivate XrefTrailerResolverPreflightContext.xrefTrailerResolverContains all Xref/trailer objects and resolves them into single object using startxref reference.Methods in org.apache.pdfbox.preflight that return XrefTrailerResolverMethods in org.apache.pdfbox.preflight with parameters of type XrefTrailerResolverModifier and TypeMethodDescriptionvoidPreflightContext.setXrefTrailerResolver(XrefTrailerResolver xrefTrailerResolver)