Uses of Class
org.apache.pdfbox.cos.COSObjectKey
-
Packages that use COSObjectKey Package Description org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfwriter This is the persistence layer used to write the PDFBox documents to a stream.org.apache.pdfbox.preflight.action org.apache.pdfbox.preflight.process -
-
Uses of COSObjectKey in org.apache.pdfbox.cos
Fields in org.apache.pdfbox.cos with type parameters of type COSObjectKey Modifier and Type Field Description private java.util.Map<COSObjectKey,COSObject>COSDocument. objectPoolMaps ObjectKeys to a COSObject.private java.util.Map<COSObjectKey,java.lang.Long>COSDocument. xrefTableMaps object and generation id to object byte offsets.Methods in org.apache.pdfbox.cos that return COSObjectKey Modifier and Type Method Description COSObjectKeyCOSDocument. getKey(COSBase object)Returns the COSObjectKey for a given COS object, or null if there is none.Methods in org.apache.pdfbox.cos that return types with arguments of type COSObjectKey Modifier and Type Method Description java.util.Map<COSObjectKey,java.lang.Long>COSDocument. getXrefTable()Returns the xrefTable which is a mapping of ObjectKeys to byte offsets in the file.Methods in org.apache.pdfbox.cos with parameters of type COSObjectKey Modifier and Type Method Description intCOSObjectKey. compareTo(COSObjectKey other)COSObjectCOSDocument. getObjectFromPool(COSObjectKey key)This will get an object from the pool.COSObjectCOSDocument. removeObject(COSObjectKey key)Removes an object from the object pool.Method parameters in org.apache.pdfbox.cos with type arguments of type COSObjectKey Modifier and Type Method Description voidCOSDocument. addXRefTable(java.util.Map<COSObjectKey,java.lang.Long> xrefTableValues)Populate XRef HashMap with given values. -
Uses of COSObjectKey in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser with type parameters of type COSObjectKey Modifier and Type Field Description private java.util.Map<COSObjectKey,java.lang.Long>COSParser. bfSearchCOSObjectKeyOffsetsContains all found objects of a brute force search.private java.util.Map<COSObjectKey,java.lang.Long>XrefTrailerResolver.XrefTrailerObj. xrefTableMethods in org.apache.pdfbox.pdfparser that return COSObjectKey Modifier and Type Method Description private COSObjectKeyCOSParser. findObjectKey(COSObjectKey objectKey, long offset, java.util.Map<COSObjectKey,java.lang.Long> xrefOffset)Check if the given object can be found at the given offset.Methods in org.apache.pdfbox.pdfparser that return types with arguments of type COSObjectKey Modifier and Type Method Description java.util.Map<COSObjectKey,java.lang.Long>XrefTrailerResolver. getXrefTable()Gets the resolved xref table.Methods in org.apache.pdfbox.pdfparser with parameters of type COSObjectKey Modifier and Type Method Description private COSObjectKeyCOSParser. findObjectKey(COSObjectKey objectKey, long offset, java.util.Map<COSObjectKey,java.lang.Long> xrefOffset)Check if the given object can be found at the given offset.private COSBaseBaseParser. getObjectFromPool(COSObjectKey key)private voidCOSParser. parseFileObject(java.lang.Long offsetOrObjstmObNr, COSObjectKey objKey, COSObject pdfObject)private COSDictionaryCOSParser. retrieveCOSDictionary(COSObjectKey key, long offset)voidXrefTrailerResolver. setXRef(COSObjectKey objKey, long offset)Populate XRef HashMap of current XRef object.Method parameters in org.apache.pdfbox.pdfparser with type arguments of type COSObjectKey Modifier and Type Method Description private COSObjectKeyCOSParser. findObjectKey(COSObjectKey objectKey, long offset, java.util.Map<COSObjectKey,java.lang.Long> xrefOffset)Check if the given object can be found at the given offset.private booleanCOSParser. validateXrefOffsets(java.util.Map<COSObjectKey,java.lang.Long> xrefOffset) -
Uses of COSObjectKey in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as COSObjectKey Modifier and Type Field Description private COSObjectKeyCOSWriter. currentObjectKeyprivate COSObjectKeyCOSWriterXRefEntry. keyFields in org.apache.pdfbox.pdfwriter with type parameters of type COSObjectKey Modifier and Type Field Description private java.util.Map<COSObjectKey,COSBase>COSWriter. keyObjectprivate java.util.Map<COSBase,COSObjectKey>COSWriter. objectKeysMethods in org.apache.pdfbox.pdfwriter that return COSObjectKey Modifier and Type Method Description COSObjectKeyCOSWriterXRefEntry. getKey()This will get the Object key.private COSObjectKeyCOSWriter. getObjectKey(COSBase obj)This will get the object key for the object.Methods in org.apache.pdfbox.pdfwriter that return types with arguments of type COSObjectKey Modifier and Type Method Description java.util.Map<COSBase,COSObjectKey>COSWriter. getObjectKeys()This will get all available object keys.Methods in org.apache.pdfbox.pdfwriter with parameters of type COSObjectKey Modifier and Type Method Description private voidCOSWriterXRefEntry. setKey(COSObjectKey newKey)This will set the object key.Constructors in org.apache.pdfbox.pdfwriter with parameters of type COSObjectKey Constructor Description COSWriterXRefEntry(long start, COSBase obj, COSObjectKey keyValue)Constructor. -
Uses of COSObjectKey in org.apache.pdfbox.preflight.action
Method parameters in org.apache.pdfbox.preflight.action with type arguments of type COSObjectKey Modifier and Type Method Description private voidActionManagerFactory. callCreateAction(COSBase aDict, PreflightContext ctx, java.util.List<AbstractActionManager> result, java.lang.String additionActionKey, java.util.Map<COSObjectKey,java.lang.Boolean> alreadyCreated)Call the create action to add the ActionManager to the result list.private voidActionManagerFactory. callCreateAction(COSBase aDict, PreflightContext ctx, java.util.List<AbstractActionManager> result, java.util.Map<COSObjectKey,java.lang.Boolean> alreadyCreated)Call the callCreateAction(COSBase, COSDocument, List, String) method with null as isAA parameter. -
Uses of COSObjectKey in org.apache.pdfbox.preflight.process
Method parameters in org.apache.pdfbox.preflight.process with type arguments of type COSObjectKey Modifier and Type Method Description protected voidCatalogValidationProcess. validateICCProfile(COSBase destOutputProfile, java.util.Map<COSObjectKey,java.lang.Boolean> mapDestOutputProfile, PreflightContext ctx)This method checks the destOutputProfile which must be a valid ICCProfile.
-