Uses of Class
org.apache.pdfbox.cos.COSDictionary
-
Packages that use COSDictionary Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.contentstream.operator This package contains implementations of all of the PDF operators.org.apache.pdfbox.cos These are the low level objects that make up a PDF document.org.apache.pdfbox.debugger org.apache.pdfbox.debugger.flagbitspane org.apache.pdfbox.debugger.fontencodingpane org.apache.pdfbox.debugger.pagepane org.apache.pdfbox.debugger.streampane org.apache.pdfbox.debugger.ui org.apache.pdfbox.filter This package will hold the PDFBox implementations of the filters that are used in PDF documents.org.apache.pdfbox.multipdf 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.pdfwriter.compress org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.common High level PD classes that are used throughout several packages are placed in the PDModel common package.org.apache.pdfbox.pdmodel.common.filespecification The file specification package defines classes that are used for the PDF File Specification logic.org.apache.pdfbox.pdmodel.common.function This package contains functions that are available in the PDF specification.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.documentinterchange.markedcontent The marked content package provides a mechanism for modeling marked-content sequences.org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.encryption The encryption package will handle the PDF document security handlers and the functionality of pluggable security handlers.org.apache.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document.org.apache.pdfbox.pdmodel.fixup.processor org.apache.pdfbox.pdmodel.font Classes to deal with font functionality in a PDF Document.org.apache.pdfbox.pdmodel.font.encoding org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.form This package deals with Form XObjects that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.image This package deals with images that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.optionalcontent org.apache.pdfbox.pdmodel.graphics.pattern This package deals with patterns which are used instead of colors.org.apache.pdfbox.pdmodel.graphics.shading This package deals with shadings which are used for filling instead of a color.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.action This package represents actions that can be performed in a PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital signature library will manage signatures that are stored in the PDF document.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.pdmodel.interactive.measurement The measurement package contains classes that work with elements specifying measure properties.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality.org.apache.pdfbox.pdmodel.interactive.viewerpreferences A package to allow access to document viewing preferences.org.apache.pdfbox.preflight.action org.apache.pdfbox.preflight.annotation org.apache.pdfbox.preflight.font org.apache.pdfbox.preflight.font.descriptor org.apache.pdfbox.preflight.parser org.apache.pdfbox.preflight.process org.apache.pdfbox.preflight.process.reflect org.apache.pdfbox.rendering org.apache.pdfbox.text -
-
Uses of COSDictionary in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type COSDictionary Modifier and Type Method Description voidPDFStreamEngine. beginMarkedContentSequence(COSName tag, COSDictionary properties)Called when a marked content group beginsvoidPDFStreamEngine. markedContentPoint(COSName tag, COSDictionary properties)Handles MP and DP operators. -
Uses of COSDictionary in org.apache.pdfbox.contentstream.operator
Fields in org.apache.pdfbox.contentstream.operator declared as COSDictionary Modifier and Type Field Description private COSDictionaryOperator. imageParametersMethods in org.apache.pdfbox.contentstream.operator that return COSDictionary Modifier and Type Method Description COSDictionaryOperator. getImageParameters()This will get the image parameters, this is only valid for BI operators.Methods in org.apache.pdfbox.contentstream.operator with parameters of type COSDictionary Modifier and Type Method Description voidOperator. setImageParameters(COSDictionary params)This will set the image parameters, this is only valid for BI operators. -
Uses of COSDictionary in org.apache.pdfbox.cos
Subclasses of COSDictionary in org.apache.pdfbox.cos Modifier and Type Class Description classCOSStreamThis class represents a stream object in a PDF document.(package private) classUnmodifiableCOSDictionaryAn unmodifiable COSDictionary.Fields in org.apache.pdfbox.cos declared as COSDictionary Modifier and Type Field Description private COSDictionaryCOSOutputStream. parametersprivate COSDictionaryCOSDocument. trailerDocument trailer dictionary.Methods in org.apache.pdfbox.cos that return COSDictionary Modifier and Type Method Description COSDictionaryCOSDictionary. asUnmodifiableDictionary()Returns an unmodifiable view of this dictionary.COSDictionaryCOSDictionary. getCOSDictionary(COSName key)This is a convenience method that will get the dictionary object that is expected to be a COSDictionary.COSDictionaryCOSDictionary. getCOSDictionary(COSName firstKey, COSName secondKey)This is a convenience method that will get the dictionary object that is expected to be a COSDictionary.COSDictionaryCOSDocument. getEncryptionDictionary()This will get the encryption dictionary if the document is encrypted or null if the document is not encrypted.COSDictionaryCOSDocument. getLinearizedDictionary()Get the dictionary containing the linearization information if the pdf is linearized.COSDictionaryCOSDocument. getTrailer()This will get the document trailer.Methods in org.apache.pdfbox.cos with parameters of type COSDictionary Modifier and Type Method Description voidCOSDictionary. addAll(COSDictionary dict)This will add all of the dictionaries keys/values to this dictionary.private booleanCOSIncrement. collect(COSDictionary dictionary)Collect all updates made to the givenCOSDictionaryand it's contained structures.(package private) static COSInputStreamCOSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in)Creates a new COSInputStream from an encoded input stream.(package private) static COSInputStreamCOSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in, DecodeOptions options)Creates a new COSInputStream from an encoded input stream.COSStreamCOSDocument. createCOSStream(COSDictionary dictionary, long startPosition, long streamLength)Creates a new COSStream using the current configuration for scratch files.voidCOSDocument. setEncryptionDictionary(COSDictionary encDictionary)This will set the encryption dictionary, this should only be called when encrypting the document.voidCOSDocument. setTrailer(COSDictionary newTrailer)// MIT added, maybe this should not be supported as trailer is a persistence construct.voidICOSVisitor. visitFromDictionary(COSDictionary obj)Notification of visit to dictionary object.Constructors in org.apache.pdfbox.cos with parameters of type COSDictionary Constructor Description COSDictionary(COSDictionary dict)Copy Constructor.COSOutputStream(java.util.List<Filter> filters, COSDictionary parameters, java.io.OutputStream output, RandomAccessStreamCache streamCache)Creates a new COSOutputStream writes to an encoded COS stream.UnmodifiableCOSDictionary(COSDictionary dict) -
Uses of COSDictionary in org.apache.pdfbox.debugger
Methods in org.apache.pdfbox.debugger with parameters of type COSDictionary Modifier and Type Method Description private booleanPDFDebugger. isCIDFont(COSDictionary dic) -
Uses of COSDictionary in org.apache.pdfbox.debugger.flagbitspane
Fields in org.apache.pdfbox.debugger.flagbitspane declared as COSDictionary Modifier and Type Field Description private COSDictionarySigFlag. acroFormDictionaryprivate COSDictionaryAnnotFlag. annotDictionaryprivate COSDictionaryFieldFlag. dictionaryprivate COSDictionaryEncryptFlag. encryptDictionaryprivate COSDictionaryFontFlag. fontDescriptorMethods in org.apache.pdfbox.debugger.flagbitspane with parameters of type COSDictionary Modifier and Type Method Description private voidFlagBitsPane. createPane(COSDictionary dictionary, COSName flagType)byte[]PanoseFlag. getPanoseBytes(COSDictionary style)Constructors in org.apache.pdfbox.debugger.flagbitspane with parameters of type COSDictionary Constructor Description AnnotFlag(COSDictionary annotDictionary)ConstructorEncryptFlag(COSDictionary encryptDict)ConstructorFieldFlag(COSDictionary dictionary)ConstructorFlagBitsPane(PDDocument document, COSDictionary dictionary, COSName flagType)Constructor.FontFlag(COSDictionary fontDescDictionary)ConstructorPanoseFlag(COSDictionary dictionary)Constructor.SigFlag(PDDocument document, COSDictionary acroFormDictionary)Constructor -
Uses of COSDictionary in org.apache.pdfbox.debugger.fontencodingpane
Constructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type COSDictionary Constructor Description FontEncodingPaneController(COSName fontName, COSDictionary dictionary)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.debugger.pagepane
Constructors in org.apache.pdfbox.debugger.pagepane with parameters of type COSDictionary Constructor Description PagePane(PDDocument document, COSDictionary pageDict, javax.swing.JLabel statuslabel) -
Uses of COSDictionary in org.apache.pdfbox.debugger.streampane
Methods in org.apache.pdfbox.debugger.streampane with parameters of type COSDictionary Modifier and Type Method Description private booleanStream. isImageStream(COSDictionary dic, boolean isThumb)private booleanStream. isXmlMetadataStream(COSDictionary dic)Constructors in org.apache.pdfbox.debugger.streampane with parameters of type COSDictionary Constructor Description StreamPane(COSStream cosStream, boolean isContentStream, boolean isThumb, COSDictionary resourcesDic)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.debugger.ui
Fields in org.apache.pdfbox.debugger.ui declared as COSDictionary Modifier and Type Field Description private COSDictionaryPageEntry. dictMethods in org.apache.pdfbox.debugger.ui that return COSDictionary Modifier and Type Method Description COSDictionaryPageEntry. getDict()Constructors in org.apache.pdfbox.debugger.ui with parameters of type COSDictionary Constructor Description PageEntry(COSDictionary page, int pageNum, java.lang.String pageLabel) -
Uses of COSDictionary in org.apache.pdfbox.filter
Fields in org.apache.pdfbox.filter declared as COSDictionary Modifier and Type Field Description private COSDictionaryDecodeResult. parametersMethods in org.apache.pdfbox.filter that return COSDictionary Modifier and Type Method Description protected COSDictionaryFilter. getDecodeParams(COSDictionary dictionary, int index)COSDictionaryDecodeResult. getParameters()Returns the stream parameters, repaired using the embedded stream data.Methods in org.apache.pdfbox.filter with parameters of type COSDictionary Modifier and Type Method Description DecodeResultASCII85Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultASCIIHexFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultCCITTFaxFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultCryptFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultDCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultDCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)abstract DecodeResultFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)Decodes data, producing the original non-encoded data.DecodeResultFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.static RandomAccessReadFilter. decode(java.io.InputStream encoded, java.util.List<Filter> filterList, COSDictionary parameters, DecodeOptions options, java.util.List<DecodeResult> results)Decodes data, with optional DecodeOptions.DecodeResultFlateFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultIdentityFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)DecodeResultJPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)DecodeResultJPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)Decodes data, with optional DecodeOptions.DecodeResultLZWFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)Decodes data, producing the original non-encoded data.DecodeResultRunLengthDecodeFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)protected voidASCII85Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)voidASCIIHexFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidCCITTFaxFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidCryptFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidDCTFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected abstract voidFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)voidFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters, int index)Encodes data.protected voidFlateFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidIdentityFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidJBIG2Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidJPXFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected voidLZWFilter. encode(java.io.InputStream rawData, java.io.OutputStream encoded, COSDictionary parameters)protected voidRunLengthDecodeFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)protected COSDictionaryFilter. getDecodeParams(COSDictionary dictionary, int index)(package private) static java.io.OutputStreamPredictor. wrapPredictor(java.io.OutputStream out, COSDictionary decodeParams)Wraps andOutputStreamin a predictor decoding stream as necessary.Constructors in org.apache.pdfbox.filter with parameters of type COSDictionary Constructor Description DecodeResult(COSDictionary parameters)DecodeResult(COSDictionary parameters, PDJPXColorSpace colorSpace) -
Uses of COSDictionary in org.apache.pdfbox.multipdf
Fields in org.apache.pdfbox.multipdf declared as COSDictionary Modifier and Type Field Description private COSDictionaryOverlay.LayoutPage. overlayResourcesFields in org.apache.pdfbox.multipdf with type parameters of type COSDictionary Modifier and Type Field Description private java.util.Map<COSDictionary,COSDictionary>Splitter. annotDictMapprivate java.util.Map<COSDictionary,COSDictionary>Splitter. annotDictMapprivate java.util.List<java.util.Map<COSDictionary,COSDictionary>>Splitter. annotDictMapsprivate java.util.List<java.util.Map<COSDictionary,COSDictionary>>Splitter. annotDictMapsprivate java.util.Map<COSDictionary,COSDictionary>Splitter. pageDictMapprivate java.util.Map<COSDictionary,COSDictionary>Splitter. pageDictMapprivate java.util.List<java.util.Map<COSDictionary,COSDictionary>>Splitter. pageDictMapsprivate java.util.List<java.util.Map<COSDictionary,COSDictionary>>Splitter. pageDictMapsprivate java.util.Map<COSDictionary,COSDictionary>Splitter. structDictMapprivate java.util.Map<COSDictionary,COSDictionary>Splitter. structDictMapMethods in org.apache.pdfbox.multipdf that return COSDictionary Modifier and Type Method Description private COSDictionaryPDFCloneUtility. cloneCOSDictionary(COSDictionary dictionary)Methods in org.apache.pdfbox.multipdf with parameters of type COSDictionary Modifier and Type Method Description private COSDictionaryPDFCloneUtility. cloneCOSDictionary(COSDictionary dictionary)private COSBaseSplitter.KCloner. createArrayClone(COSBase src, COSBase dstParent, COSDictionary currentPageDict)(package private) COSBaseSplitter.KCloner. createClone(COSBase src, COSBase dstParent, COSDictionary currentPageDict)Creates a clone of the source.private COSBaseSplitter.KCloner. createDictionaryClone(COSBase src, COSBase dstParent, COSDictionary currentPageDict)private voidPDFMergerUtility. mergeInto(COSDictionary src, COSDictionary dst, PDFCloneUtility cloner, java.util.Set<COSName> exclude)This will add all of the dictionaries keys/values to this dictionary, but only if they are not in an exclusion list and if they don't already exist.private voidSplitter.KCloner. removePossibleOrphanAnnotation(COSDictionary srcObj, COSDictionary srcDict, COSDictionary currentPageDict, COSDictionary dstDict)private voidLayerUtility. transferDict(COSDictionary orgDict, COSDictionary targetDict, java.util.Set<java.lang.String> filter)private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)Update the Pg and Obj references to the new (merged) page.private voidPDFMergerUtility. updateParentEntry(COSArray kArray, COSDictionary newParent, COSName newStructureType)Update the P reference to the new parent dictionary.Method parameters in org.apache.pdfbox.multipdf with type arguments of type COSDictionary Modifier and Type Method Description private voidSplitter. processResources(PDResources res, java.util.Map<java.lang.Integer,COSObjectable> srcNumberTreeAsMap, java.util.Map<java.lang.Integer,COSObjectable> dstNumberTreeAsMap, java.util.Set<COSDictionary> visited)private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)Update the Pg and Obj references to the new (merged) page.private voidPDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)Update the Pg and Obj references to the new (merged) page.Constructors in org.apache.pdfbox.multipdf with parameters of type COSDictionary Constructor Description LayoutPage(PDRectangle mediaBox, COSStream contentStream, COSDictionary resources, int rotation) -
Uses of COSDictionary in org.apache.pdfbox.pdfparser
Fields in org.apache.pdfbox.pdfparser declared as COSDictionary Modifier and Type Field Description protected COSDictionaryXrefTrailerResolver.XrefTrailerObj. trailerMethods in org.apache.pdfbox.pdfparser that return COSDictionary Modifier and Type Method Description COSDictionaryXrefTrailerResolver. getCurrentTrailer()Returns the trailer last set byXrefTrailerResolver.setTrailer(COSDictionary).COSDictionaryXrefTrailerResolver. getFirstTrailer()Returns the first trailer if at least one exists.COSDictionaryXrefTrailerResolver. getLastTrailer()Returns the last trailer if at least one exists.COSDictionaryXrefTrailerResolver. getTrailer()Gets the resolved trailer.protected COSDictionaryBaseParser. parseCOSDictionary(boolean isDirect)This will parse a PDF dictionary.private COSDictionaryCOSParser. parseXref(long startXRefOffset)Parses cross reference tables.protected COSDictionaryBruteForceParser. rebuildTrailer(XrefTrailerResolver trailerResolver, SecurityHandler<? extends ProtectionPolicy> securityHandler)Rebuild the trailer dictionary if startxref can't be found.protected COSDictionaryCOSParser. retrieveTrailer()Read the trailer information and provide a COSDictionary containing the trailer information.Methods in org.apache.pdfbox.pdfparser with parameters of type COSDictionary Modifier and Type Method Description voidPDFXRefStream. addTrailerInfo(COSDictionary trailerDict)Copy all Trailer Information to this file.private booleanBruteForceParser. bfSearchForTrailer(COSDictionary trailer)Brute force search for all trailer marker.protected voidCOSParser. checkPages(COSDictionary root)Check if all entries of the pages dictionary are present.private intCOSParser. checkPagesDictionary(COSDictionary pagesDict, java.util.Set<COSObject> set)private booleanBruteForceParser. isCatalog(COSDictionary dictionary)Tell if the dictionary is a PDF or FDF catalog.private booleanBruteForceParser. isInfo(COSDictionary dictionary)Tell if the dictionary is an info dictionary.private booleanBaseParser. parseCOSDictionaryNameValuePair(COSDictionary obj)protected COSStreamCOSParser. parseCOSStream(COSDictionary dic)This will read a COSStream from the input stream using length attribute within dictionary.private booleanBruteForceParser. searchForTrailerItems(COSDictionary trailer)Search for the different parts of the trailer dictionary.voidXrefTrailerResolver. setTrailer(COSDictionary trailer)Adds trailer information for current XRef object. -
Uses of COSDictionary in org.apache.pdfbox.pdfwriter
Methods in org.apache.pdfbox.pdfwriter with parameters of type COSDictionary Modifier and Type Method Description private voidCOSWriter. detectPossibleSignature(COSDictionary obj)voidCOSWriter. visitFromDictionary(COSDictionary obj)private voidCOSWriter. writeDictionary(COSDictionary dictionary)Constructor parameters in org.apache.pdfbox.pdfwriter with type arguments of type COSDictionary Constructor Description COSWriter(java.io.OutputStream outputStream, RandomAccessRead inputData, java.util.Set<COSDictionary> objectsToWrite)Constructor for incremental updates with a list of objects to write. -
Uses of COSDictionary in org.apache.pdfbox.pdfwriter.compress
Methods in org.apache.pdfbox.pdfwriter.compress with parameters of type COSDictionary Modifier and Type Method Description private voidCOSWriterObjectStream. writeCOSDictionary(java.io.OutputStream output, COSDictionary cosDictionary)Write the givenCOSDictionaryto the given stream. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDDocumentInformation. infoprivate COSDictionaryPDDocumentNameDestinationDictionary. nameDictionaryprivate COSDictionaryPDDocumentNameDictionary. nameDictionaryprivate COSDictionaryPDPage. pageprivate COSDictionaryPDResources. resourcesprivate COSDictionaryPDDocumentCatalog. rootprivate COSDictionaryPDPageTree. rootprivate COSDictionaryPDPageTree.SearchContext. searchedFields in org.apache.pdfbox.pdmodel with type parameters of type COSDictionary Modifier and Type Field Description private java.util.Set<COSDictionary>PDPageTree. pageSetprivate java.util.Queue<COSDictionary>PDPageTree.PageIterator. queueprivate java.util.Set<COSDictionary>PDPageTree.PageIterator. setMethods in org.apache.pdfbox.pdmodel that return COSDictionary Modifier and Type Method Description private COSDictionaryPDPageTree. get(int pageNum, COSDictionary node, int encountered)Returns the given COS page using a depth-first search.COSDictionaryPDDocumentCatalog. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDDocumentInformation. getCOSObject()This will get the underlying dictionary that this object wraps.COSDictionaryPDDocumentNameDestinationDictionary. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDDocumentNameDictionary. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDPage. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDPageTree. getCOSObject()COSDictionaryPDResources. getCOSObject()Returns the underlying dictionary.Methods in org.apache.pdfbox.pdmodel that return types with arguments of type COSDictionary Modifier and Type Method Description private java.util.List<COSDictionary>PDPageTree. getKids(COSDictionary node)Helper to get kids from malformed PDFs.Methods in org.apache.pdfbox.pdmodel with parameters of type COSDictionary Modifier and Type Method Description private voidPDDocument. assignAcroFormDefaultResource(PDAcroForm acroForm, COSDictionary newDict)private voidPDDocument. assignAppearanceDictionary(PDAnnotationWidget firstWidget, COSDictionary apDict)private voidPDDocument. assignSignatureRectangle(PDAnnotationWidget firstWidget, COSDictionary annotDict)protected PDNameTreeNode<PDPageDestination>PDDestinationNameTreeNode. createChildNode(COSDictionary dic)protected PDNameTreeNode<PDComplexFileSpecification>PDEmbeddedFilesNameTreeNode. createChildNode(COSDictionary dic)protected PDNameTreeNode<PDActionJavaScript>PDJavascriptNameTreeNode. createChildNode(COSDictionary dic)protected PDNameTreeNode<PDStructureElement>PDStructureElementNameTreeNode. createChildNode(COSDictionary dic)private voidPDPageTree.PageIterator. enqueueKids(COSDictionary node)private booleanPDPageTree. findPage(PDPageTree.SearchContext context, COSDictionary node)private COSDictionaryPDPageTree. get(int pageNum, COSDictionary node, int encountered)Returns the given COS page using a depth-first search.private java.util.List<COSObject>PDPage. getIndirectResourceObjects(COSDictionary pageResources, COSName kind)static COSBasePDPageTree. getInheritableAttribute(COSDictionary node, COSName key)Returns the given attribute, inheriting from parent tree nodes if necessary.private static COSBasePDPageTree. getInheritableAttribute(COSDictionary node, COSName key, java.util.Set<COSDictionary> visited)private java.util.List<COSDictionary>PDPageTree. getKids(COSDictionary node)Helper to get kids from malformed PDFs.private voidPDPageTree. increaseParents(COSDictionary parentDict)private booleanPDPageTree. isPageTreeNode(COSDictionary node)Returns true if the node is a page tree node (i.e.private voidPDPageTree. remove(COSDictionary node)Removes the given COS page.private voidPDPage. removeResources(COSDictionary resources)private static voidPDPageTree. sanitizeType(COSDictionary dictionary)private voidPDPageTree.SearchContext. visitPage(COSDictionary current)Method parameters in org.apache.pdfbox.pdmodel with type arguments of type COSDictionary Modifier and Type Method Description private static COSBasePDPageTree. getInheritableAttribute(COSDictionary node, COSName key, java.util.Set<COSDictionary> visited)voidPDDocument. saveIncremental(java.io.OutputStream output, java.util.Set<COSDictionary> objectsToWrite)Save the PDF as an incremental update.Constructors in org.apache.pdfbox.pdmodel with parameters of type COSDictionary Constructor Description PageIterator(COSDictionary node)PDDestinationNameTreeNode(COSDictionary dic)Constructor.PDDocumentCatalog(PDDocument doc, COSDictionary rootDictionary)Constructor.PDDocumentInformation(COSDictionary dic)Constructor that is used for a preexisting dictionary.PDDocumentNameDestinationDictionary(COSDictionary dict)Constructor.PDDocumentNameDictionary(PDDocumentCatalog cat, COSDictionary names)Constructor.PDEmbeddedFilesNameTreeNode(COSDictionary dic)Constructor.PDJavascriptNameTreeNode(COSDictionary dic)Constructor.PDPage(COSDictionary pageDictionary)Creates a new instance of PDPage for reading.PDPage(COSDictionary pageDictionary, ResourceCache resourceCache)Creates a new instance of PDPage for reading.PDPageTree(COSDictionary root)Constructor for reading.PDPageTree(COSDictionary root, PDDocument document)Constructor for reading.PDResources(COSDictionary resourceDictionary)Constructor for reading.PDResources(COSDictionary resourceDictionary, ResourceCache resourceCache)Constructor for reading.PDResources(COSDictionary resourceDictionary, ResourceCache resourceCache, java.util.Map<COSName,java.lang.ref.SoftReference<PDFont>> directFontCache)Constructor for reading.PDStructureElementNameTreeNode(COSDictionary dic)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common
Fields in org.apache.pdfbox.pdmodel.common declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDDictionaryWrapper. dictionaryprivate COSDictionaryCOSDictionaryMap. mapprivate COSDictionaryPDNameTreeNode. nodeprivate COSDictionaryPDNumberTreeNode. nodeprivate COSDictionaryCOSArrayList. parentDictprivate COSDictionaryPDPageLabelRange. rootMethods in org.apache.pdfbox.pdmodel.common that return COSDictionary Modifier and Type Method Description static COSDictionaryCOSDictionaryMap. convert(java.util.Map<java.lang.String,?> someMap)This will take a map<java.lang.String,org.apache.pdfbox.pdmodel.COSObjectable> and convert it into a COSDictionary.COSDictionaryPDDictionaryWrapper. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDNameTreeNode. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDNumberTreeNode. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDPageLabelRange. getCOSObject()Returns the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.common with parameters of type COSDictionary Modifier and Type Method Description static COSDictionaryMap<java.lang.String,java.lang.Object>COSDictionaryMap. convertBasicTypesToMap(COSDictionary map)This will take a COS dictionary and convert it into COSDictionaryMap.protected abstract PDNameTreeNode<T>PDNameTreeNode. createChildNode(COSDictionary dic)Create a child node object.protected PDNumberTreeNodePDNumberTreeNode. createChildNode(COSDictionary dic)Create a child node object.Constructors in org.apache.pdfbox.pdmodel.common with parameters of type COSDictionary Constructor Description COSArrayList(E actualObject, COSBase item, COSDictionary dictionary, COSName dictionaryKey)This is a really special constructor.COSArrayList(COSDictionary dictionary, COSName dictionaryKey)This constructor is to be used if the array doesn't exist, but is to be created and added to the parent dictionary as soon as the first element is added to the array.COSDictionaryMap(java.util.Map<K,V> actualsMap, COSDictionary dicMap)Constructor for this map.PDDictionaryWrapper(COSDictionary dictionary)Creates a new instance with a given COS dictionary.PDNameTreeNode(COSDictionary dict)Constructor.PDNumberTreeNode(COSDictionary dict, java.lang.Class<? extends COSObjectable> valueClass)Constructor.PDPageLabelRange(COSDictionary dict)Creates a new page label range object from the given dictionary.PDPageLabels(PDDocument document, COSDictionary dict)Creates an page label dictionary for a document using the information in the given COS dictionary.PDTypedDictionaryWrapper(COSDictionary dictionary)Creates a new instance with a given COS dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common.filespecification
Fields in org.apache.pdfbox.pdmodel.common.filespecification declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDComplexFileSpecification. efDictionaryprivate COSDictionaryPDComplexFileSpecification. fsMethods in org.apache.pdfbox.pdmodel.common.filespecification that return COSDictionary Modifier and Type Method Description COSDictionaryPDComplexFileSpecification. getCOSObject()Convert this standard java object to a COS object.private COSDictionaryPDComplexFileSpecification. getEFDictionary()Constructors in org.apache.pdfbox.pdmodel.common.filespecification with parameters of type COSDictionary Constructor Description PDComplexFileSpecification(COSDictionary dict)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.common.function
Fields in org.apache.pdfbox.pdmodel.common.function declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDFunction. functionDictionaryMethods in org.apache.pdfbox.pdmodel.common.function that return COSDictionary Modifier and Type Method Description COSDictionaryPDFunction. getCOSObject()Returns the stream. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Fields in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDMarkedContentReference. dictionaryprivate COSDictionaryPDMarkInfo. dictionaryprivate COSDictionaryPDObjectReference. dictionaryprivate COSDictionaryPDStructureNode. dictionaryMethods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSDictionary Modifier and Type Method Description COSDictionaryPDMarkedContentReference. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDMarkInfo. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDObjectReference. getCOSObject()Returns the underlying dictionary.COSDictionaryPDStructureNode. getCOSObject()Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSDictionary Modifier and Type Method Description static PDAttributeObjectPDAttributeObject. create(COSDictionary dictionary)Creates an attribute object.static PDStructureNodePDStructureNode. create(COSDictionary node)Creates a node in the structure tree.private COSObjectablePDStructureNode. createObjectFromDic(COSDictionary kidDic)Constructors in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type COSDictionary Constructor Description PDAttributeObject(COSDictionary dictionary)Creates a new attribute object with a given dictionary.PDDefaultAttributeObject(COSDictionary dictionary)Creates a default attribute object with a given dictionary.PDMarkedContentReference(COSDictionary dictionary)Constructor for an existing marked content reference.PDMarkInfo(COSDictionary dic)Constructor for an existing MarkInfo element.PDObjectReference(COSDictionary theDictionary)Constructor for an existing object reference.PDParentTreeValue(COSDictionary obj)PDStructureElement(COSDictionary dic)Constructor for an existing structure element.PDStructureNode(COSDictionary dictionary)Constructor for an existing structure node.PDStructureTreeRoot(COSDictionary dic)Constructor for an existing structure element.PDUserAttributeObject(COSDictionary dictionary)ConstructorPDUserProperty(COSDictionary dictionary, PDUserAttributeObject userAttributeObject)Creates a user property with a given dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent
Fields in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent declared as COSDictionary Modifier and Type Field Description protected COSDictionaryPDPropertyList. dictprivate COSDictionaryPDMarkedContent. propertiesMethods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return COSDictionary Modifier and Type Method Description COSDictionaryPDPropertyList. getCOSObject()COSDictionaryPDMarkedContent. getProperties()Gets the properties.Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionary Modifier and Type Method Description static PDMarkedContentPDMarkedContent. create(COSName tag, COSDictionary properties)Creates a marked-content sequence.static PDPropertyListPDPropertyList. create(COSDictionary dict)Creates a property list from the given dictionary.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionary Constructor Description PDMarkedContent(COSName tag, COSDictionary properties)Creates a new marked content object.PDPropertyList(COSDictionary dict)Constructor for subclasses. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Fields in org.apache.pdfbox.pdmodel.documentinterchange.prepress declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDBoxStyle. dictionaryMethods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return COSDictionary Modifier and Type Method Description COSDictionaryPDBoxStyle. getCOSObject()Convert this standard java object to a COS object.Constructors in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type COSDictionary Constructor Description PDBoxStyle(COSDictionary dic)Constructor for an existing BoxStyle element. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Constructors in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type COSDictionary Constructor Description PDArtifactMarkedContent(COSDictionary properties)PDExportFormatAttributeObject(COSDictionary dictionary)Creates a new ExportFormat attribute object with a given dictionary.PDLayoutAttributeObject(COSDictionary dictionary)Creates a new Layout attribute object with a given dictionary.PDListAttributeObject(COSDictionary dictionary)Creates a new List attribute object with a given dictionary.PDPrintFieldAttributeObject(COSDictionary dictionary)Creates a new PrintField attribute object with a given dictionary.PDStandardAttributeObject(COSDictionary dictionary)Creates a new standard attribute object with a given dictionary.PDTableAttributeObject(COSDictionary dictionary)Creates a new Table attribute object with a given dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.encryption
Fields in org.apache.pdfbox.pdmodel.encryption declared as COSDictionary Modifier and Type Field Description protected COSDictionaryPDCryptFilterDictionary. cryptFilterDictionaryCOS crypt filter dictionary.private COSDictionaryPDEncryption. dictionaryMethods in org.apache.pdfbox.pdmodel.encryption that return COSDictionary Modifier and Type Method Description COSDictionaryPDCryptFilterDictionary. getCOSObject()This will get the dictionary associated with this crypt filter dictionary.COSDictionaryPDEncryption. getCOSObject()This will get the dictionary associated with this encryption dictionary.Methods in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionary Modifier and Type Method Description private voidSecurityHandler. decryptDictionary(COSDictionary dictionary, long objNum, long genNum)This will decrypt a dictionary.Constructors in org.apache.pdfbox.pdmodel.encryption with parameters of type COSDictionary Constructor Description PDCryptFilterDictionary(COSDictionary d)creates a new crypt filter dictionary from the low level dictionary provided.PDEncryption(COSDictionary dictionary)creates a new encryption dictionary from the low level dictionary provided. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.fdf
Fields in org.apache.pdfbox.pdmodel.fdf declared as COSDictionary Modifier and Type Field Description protected COSDictionaryFDFAnnotation. annotAnnotation dictionary.private COSDictionaryFDFCatalog. catalogprivate COSDictionaryFDFJavaScript. dictionaryprivate COSDictionaryFDFDictionary. fdfprivate COSDictionaryFDFField. fieldprivate COSDictionaryFDFIconFit. fitprivate COSDictionaryFDFPage. pageprivate COSDictionaryFDFPageInfo. pageInfoprivate COSDictionaryFDFNamedPageReference. refprivate COSDictionaryFDFTemplate. templateMethods in org.apache.pdfbox.pdmodel.fdf that return COSDictionary Modifier and Type Method Description COSDictionaryFDFAnnotation. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFCatalog. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFDictionary. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFField. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFIconFit. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFJavaScript. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFNamedPageReference. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFPage. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFPageInfo. getCOSObject()Convert this standard java object to a COS object.COSDictionaryFDFTemplate. getCOSObject()Convert this standard java object to a COS object.private COSDictionaryFDFAnnotationStamp. parseDictElement(org.w3c.dom.Element dictEl)private COSDictionaryFDFAnnotationStamp. parseStampAnnotationAppearanceXML(org.w3c.dom.Element appearanceXML)This will create an Appearance dictionary from an appearance XML element.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDictionary Modifier and Type Method Description static FDFAnnotationFDFAnnotation. create(COSDictionary fdfDic)Create the correct FDFAnnotation. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type COSDictionary Modifier and Type Method Description private PDFieldAcroFormOrphanWidgetsProcessor. resolveNonRootField(PDAcroForm acroForm, COSDictionary parent, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDType3Font. charProcsprivate COSDictionaryPDCIDFontType2Embedder. cidFontprivate COSDictionaryPDFontDescriptor. dicprotected COSDictionaryPDCIDFont. dictprivate COSDictionaryPDCIDFontType2Embedder. dictprotected COSDictionaryPDFont. dictprivate COSDictionaryPDCIDSystemInfo. dictionaryMethods in org.apache.pdfbox.pdmodel.font that return COSDictionary Modifier and Type Method Description private COSDictionaryPDCIDFontType2Embedder. createCIDFont()COSDictionaryPDType3Font. getCharProcs()Returns the dictionary containing all streams to be used to render the glyphs.COSDictionaryPDCIDFont. getCOSObject()COSDictionaryPDFont. getCOSObject()COSDictionaryPDFontDescriptor. getCOSObject()Convert this standard java object to a COS object.private static COSDictionaryPDFontFactory. getDescendantFont(COSDictionary dictionary)private static COSDictionaryPDFontFactory. getFontDescriptor(COSDictionary dictionary)private COSDictionaryPDCIDFontType2Embedder. toCIDSystemInfo(java.lang.String registry, java.lang.String ordering, int supplement)Methods in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionary Modifier and Type Method Description private booleanPDCIDFontType2Embedder. buildVerticalHeader(COSDictionary cidFont)private voidPDCIDFontType2Embedder. buildVerticalMetrics(COSDictionary cidFont)Build vertical metrics with Identity CIDToGIDMap (for embedding full font).private voidPDCIDFontType2Embedder. buildWidths(COSDictionary cidFont)Build widths with Identity CIDToGIDMap (for embedding full font).(package private) static PDCIDFontPDFontFactory. createDescendantFont(COSDictionary dictionary, PDType0Font parent)Creates a new PDCIDFont instance with the appropriate subclass.static PDFontPDFontFactory. createFont(COSDictionary dictionary)Creates a new PDFont instance with the appropriate subclass.static PDFontPDFontFactory. createFont(COSDictionary dictionary, ResourceCache resourceCache)Creates a new PDFont instance with the appropriate subclass.private static voidPDFontFactory. fixType0Subtype(COSDictionary descendantFont, COSDictionary fontDescriptor, COSName newSubType)private static COSDictionaryPDFontFactory. getDescendantFont(COSDictionary dictionary)private static COSDictionaryPDFontFactory. getFontDescriptor(COSDictionary dictionary)private static byte[]PDFontFactory. getFontHeader(COSDictionary fontDescriptor)private static PDFontFactory.FontTypePDFontFactory. getFontTypeFromFont(COSDictionary fontDescriptor, COSName fontType)private voidPDTrueTypeFontEmbedder. setWidths(COSDictionary font, GlyphList glyphList)Sets the glyph widths in the font dictionary.Constructors in org.apache.pdfbox.pdmodel.font with parameters of type COSDictionary Constructor Description PDCIDFont(COSDictionary fontDictionary, PDType0Font parent)Constructor.PDCIDFontType0(COSDictionary fontDictionary, PDType0Font parent)Constructor.PDCIDFontType2(COSDictionary fontDictionary, PDType0Font parent)Constructor.PDCIDFontType2(COSDictionary fontDictionary, PDType0Font parent, TrueTypeFont trueTypeFont)Constructor.PDCIDFontType2Embedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, boolean embedSubset, PDType0Font parent, boolean vertical)Creates a new TrueType font embedder for the given TTF as a PDCIDFontType2.PDCIDSystemInfo(COSDictionary dictionary)PDFont(COSDictionary fontDictionary)Constructor.PDFontDescriptor(COSDictionary desc)Creates a PDFontDescriptor from a COS dictionary.PDMMType1Font(COSDictionary fontDictionary)Creates an MMType1Font from a Font dictionary in a PDF.PDSimpleFont(COSDictionary fontDictionary)Constructor.PDTrueTypeFont(COSDictionary fontDictionary)Creates a new TrueType font from a Font dictionary.PDTrueTypeFontEmbedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, Encoding encoding)Creates a new TrueType font embedder for the given TTF as a PDTrueTypeFont.PDType0Font(COSDictionary fontDictionary)Constructor for reading a Type0 font from a PDF file.PDType1CFont(COSDictionary fontDictionary)Constructor.PDType1Font(COSDictionary fontDictionary)Creates a Type 1 font from a Font dictionary in a PDF.PDType1FontEmbedder(PDDocument doc, COSDictionary dict, java.io.InputStream pfbStream, Encoding encoding)This will load a PFB to be embedded into a document.PDType3Font(COSDictionary fontDictionary)Constructor.PDType3Font(COSDictionary fontDictionary, ResourceCache resourceCache)Constructor.TrueTypeEmbedder(PDDocument document, COSDictionary dict, TrueTypeFont ttf, boolean embedSubset)Creates a new TrueType font for embedding. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.font.encoding
Fields in org.apache.pdfbox.pdmodel.font.encoding declared as COSDictionary Modifier and Type Field Description private COSDictionaryDictionaryEncoding. encodingConstructors in org.apache.pdfbox.pdmodel.font.encoding with parameters of type COSDictionary Constructor Description DictionaryEncoding(COSDictionary fontEncoding)Creates a new DictionaryEncoding for a Type 3 font from a PDF.DictionaryEncoding(COSDictionary fontEncoding, boolean isNonSymbolic, Encoding builtIn)Creates a new DictionaryEncoding from a PDF. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as COSDictionary Modifier and Type Field Description protected COSDictionaryPDCIEDictionaryBasedColorSpace. dictionaryprivate COSDictionaryPDDeviceNAttributes. dictionaryprivate COSDictionaryPDDeviceNProcess. dictionaryprivate COSDictionaryPDOutputIntent. dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.color that return COSDictionary Modifier and Type Method Description COSDictionaryPDDeviceNAttributes. getCOSDictionary()Returns the underlying COS dictionary.COSDictionaryPDDeviceNProcess. getCOSDictionary()Returns the underlying COS dictionary.COSDictionaryPDOutputIntent. getCOSObject()Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type COSDictionary Constructor Description PDDeviceNAttributes(COSDictionary attributes)Creates a new DeviceN colour space attributes dictionary from the given dictionary.PDDeviceNProcess(COSDictionary attributes)Creates a new DeviceN Process Dictionary from the given attributes.PDOutputIntent(COSDictionary dictionary) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.form
Fields in org.apache.pdfbox.pdmodel.graphics.form declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDTransparencyGroupAttributes. dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.form that return COSDictionary Modifier and Type Method Description COSDictionaryPDTransparencyGroupAttributes. getCOSObject()Constructors in org.apache.pdfbox.pdmodel.graphics.form with parameters of type COSDictionary Constructor Description PDTransparencyGroupAttributes(COSDictionary dic)Creates a group object from a given dictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.image
Fields in org.apache.pdfbox.pdmodel.graphics.image declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDInlineImage. parametersMethods in org.apache.pdfbox.pdmodel.graphics.image that return COSDictionary Modifier and Type Method Description private static COSDictionaryPNGConverter. buildDecodeParams(PNGConverter.PNGConverterState state, PDColorSpace colorSpace)COSDictionaryPDImage. getCOSObject()Convert this image to a COS object.COSDictionaryPDInlineImage. getCOSObject()Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSDictionary Modifier and Type Method Description private static voidCCITTFactory. extractFromTiff(RandomAccessRead reader, java.io.OutputStream os, COSDictionary params, int number)Constructors in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSDictionary Constructor Description PDInlineImage(COSDictionary parameters, byte[] data, PDResources resources)Creates an inline image from the given parameters and data. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.optionalcontent
Fields in org.apache.pdfbox.pdmodel.graphics.optionalcontent declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDOptionalContentProperties. dictMethods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return COSDictionary Modifier and Type Method Description COSDictionaryPDOptionalContentProperties. getCOSObject()Convert this standard java object to a COS object.private COSDictionaryPDOptionalContentProperties. getD()Return the the /D dictionary.private COSDictionaryPDOptionalContentProperties. toDictionary(COSBase o)Constructors in org.apache.pdfbox.pdmodel.graphics.optionalcontent with parameters of type COSDictionary Constructor Description PDOptionalContentGroup(COSDictionary dict)Creates a new instance based on a givenCOSDictionary.PDOptionalContentMembershipDictionary(COSDictionary dict)Creates a new instance based on a givenCOSDictionary.PDOptionalContentProperties(COSDictionary props)Creates a new instance based on a givenCOSDictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.pattern
Fields in org.apache.pdfbox.pdmodel.graphics.pattern declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDAbstractPattern. patternDictionaryMethods in org.apache.pdfbox.pdmodel.graphics.pattern that return COSDictionary Modifier and Type Method Description COSDictionaryPDAbstractPattern. getCOSObject()This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionary Modifier and Type Method Description static PDAbstractPatternPDAbstractPattern. create(COSDictionary dictionary, ResourceCache resourceCache)Create the correct PD Model pattern based on the COS base pattern.Constructors in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type COSDictionary Constructor Description PDAbstractPattern(COSDictionary dictionary)Creates a new Pattern dictionary from the given COS dictionary.PDShadingPattern(COSDictionary resourceDictionary)Creates a new shading pattern from the given COS dictionary.PDTilingPattern(COSDictionary dictionary)Creates a new tiling pattern from the given COS dictionary.PDTilingPattern(COSDictionary dictionary, ResourceCache resourceCache)Creates a new tiling pattern from the given COS dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.shading
Fields in org.apache.pdfbox.pdmodel.graphics.shading declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDShading. dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.shading that return COSDictionary Modifier and Type Method Description COSDictionaryPDShading. getCOSObject()This will get the underlying dictionary.Methods in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionary Modifier and Type Method Description static PDShadingPDShading. create(COSDictionary shadingDictionary)Create the correct PD Model shading based on the COS base shading.Constructors in org.apache.pdfbox.pdmodel.graphics.shading with parameters of type COSDictionary Constructor Description PDMeshBasedShadingType(COSDictionary shadingDictionary)PDShading(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType1(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType2(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType3(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType4(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType5(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType6(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDShadingType7(COSDictionary shadingDictionary)Constructor using the given shading dictionary.PDTriangleBasedShadingType(COSDictionary shadingDictionary) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDExtendedGraphicsState. dictprivate COSDictionaryPDSoftMask. dictionaryMethods in org.apache.pdfbox.pdmodel.graphics.state that return COSDictionary Modifier and Type Method Description COSDictionaryPDExtendedGraphicsState. getCOSObject()This will get the underlying dictionary that this class acts on.COSDictionaryPDSoftMask. getCOSObject()Constructors in org.apache.pdfbox.pdmodel.graphics.state with parameters of type COSDictionary Constructor Description PDExtendedGraphicsState(COSDictionary dictionary)Create a graphics state from an existing dictionary.PDExtendedGraphicsState(COSDictionary dictionary, ResourceCache resourceCache)Create a graphics state from an existing dictionary.PDSoftMask(COSDictionary dictionary)Creates a new soft mask.PDSoftMask(COSDictionary dictionary, ResourceCache resourceCache)Creates a new soft mask. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.action
Fields in org.apache.pdfbox.pdmodel.interactive.action declared as COSDictionary Modifier and Type Field Description protected COSDictionaryPDAction. actionThe action dictionary.private COSDictionaryPDAdditionalActions. actionsprivate COSDictionaryPDAnnotationAdditionalActions. actionsprivate COSDictionaryPDDocumentCatalogAdditionalActions. actionsprivate COSDictionaryPDFormFieldAdditionalActions. actionsprivate COSDictionaryPDPageAdditionalActions. actionsprivate COSDictionaryPDTargetDirectory. dictprotected COSDictionaryPDWindowsLaunchParams. paramsThe params dictionary.private COSDictionaryPDURIDictionary. uriDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.action that return COSDictionary Modifier and Type Method Description COSDictionaryPDAction. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDAdditionalActions. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDAnnotationAdditionalActions. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDDocumentCatalogAdditionalActions. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDFormFieldAdditionalActions. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDPageAdditionalActions. getCOSObject()Convert this standard java object to a COS object.COSDictionaryPDTargetDirectory. getCOSObject()This will get the underlying dictionary that this class acts on.COSDictionaryPDURIDictionary. getCOSObject()Returns the corresponding dictionary.COSDictionaryPDWindowsLaunchParams. getCOSObject()Convert this standard java object to a COS object.Methods in org.apache.pdfbox.pdmodel.interactive.action with parameters of type COSDictionary Modifier and Type Method Description static PDActionPDActionFactory. createAction(COSDictionary action)This will create the correct type of action based on the type specified in the dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.annotation
Fields in org.apache.pdfbox.pdmodel.interactive.annotation declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDExternalDataDictionary. dataDictionaryprivate COSDictionaryPDAnnotation. dictionaryprivate COSDictionaryPDAppearanceCharacteristicsDictionary. dictionaryprivate COSDictionaryPDAppearanceDictionary. dictionaryprivate COSDictionaryPDBorderEffectDictionary. dictionaryprivate COSDictionaryPDBorderStyleDictionary. dictionaryprivate COSDictionaryPDAppearanceEntry. entryMethods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSDictionary Modifier and Type Method Description COSDictionaryPDAnnotation. getCOSObject()Interface method for COSObjectable.COSDictionaryPDAppearanceCharacteristicsDictionary. getCOSObject()returns the dictionary.COSDictionaryPDAppearanceDictionary. getCOSObject()COSDictionaryPDAppearanceEntry. getCOSObject()COSDictionaryPDBorderEffectDictionary. getCOSObject()returns the dictionary.COSDictionaryPDBorderStyleDictionary. getCOSObject()returns the dictionary.COSDictionaryPDExternalDataDictionary. getCOSObject()returns the dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSDictionary Constructor Description PDAnnotation(COSDictionary dict)Constructor.PDAnnotationCaret(COSDictionary field)Creates a Caret annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationCircle(COSDictionary field)Creates a circle annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationFileAttachment(COSDictionary field)Creates a Link annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationFreeText(COSDictionary field)Creates a FreeText annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationHighlight(COSDictionary dict)Constructor.PDAnnotationInk(COSDictionary dict)Constructor.PDAnnotationLine(COSDictionary field)Creates a Line annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationLink(COSDictionary field)Creates a Link annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationMarkup(COSDictionary dict)Constructor.PDAnnotationPolygon(COSDictionary dict)Constructor.PDAnnotationPolyline(COSDictionary dict)Constructor.PDAnnotationPopup(COSDictionary field)Creates a popup annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationRubberStamp(COSDictionary field)Creates a Rubber Stamp annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationSound(COSDictionary field)Creates a sound annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationSquare(COSDictionary field)Creates a square annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationSquareCircle(COSDictionary dict)Constructor.PDAnnotationSquiggly(COSDictionary dict)Constructor.PDAnnotationStrikeout(COSDictionary dict)Constructor.PDAnnotationText(COSDictionary field)Creates a Text annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationTextMarkup(COSDictionary field)Creates a TextMarkup annotation from a COSDictionary, expected to be a correct object definition.PDAnnotationUnderline(COSDictionary dict)Constructor.PDAnnotationUnknown(COSDictionary dic)Creates an arbitrary annotation from a COSDictionary, expected to be a correct object definition for some sort of annotation.PDAnnotationWidget(COSDictionary field)Creates a PDWidget from a COSDictionary, expected to be a correct object definition for a field in PDF.PDAppearanceCharacteristicsDictionary(COSDictionary dict)Constructor.PDAppearanceDictionary(COSDictionary dictionary)Constructor for reading.PDAppearanceEntry(COSDictionary entry)Constructor for reading.PDBorderEffectDictionary(COSDictionary dict)Constructor.PDBorderStyleDictionary(COSDictionary dict)Constructor.PDExternalDataDictionary(COSDictionary dictionary)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDPropBuild. dictionaryprivate COSDictionaryPDPropBuildDataDict. dictionaryprivate COSDictionaryPDSeedValue. dictionaryprivate COSDictionaryPDSeedValueCertificate. dictionaryprivate COSDictionaryPDSeedValueMDP. dictionaryprivate COSDictionaryPDSeedValueTimeStamp. dictionaryprivate COSDictionaryPDSignature. dictionaryMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDictionary Modifier and Type Method Description COSDictionaryPDPropBuild. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDPropBuildDataDict. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDSeedValue. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDSeedValueCertificate. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDSeedValueMDP. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDSeedValueTimeStamp. getCOSObject()Convert this standard java object to a COS dictionary.COSDictionaryPDSignature. getCOSObject()Convert this standard java object to a COS dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type COSDictionary Constructor Description PDPropBuild(COSDictionary dict)Constructor.PDPropBuildDataDict(COSDictionary dict)Constructor.PDSeedValue(COSDictionary dict)Constructor.PDSeedValueCertificate(COSDictionary dict)Constructor.PDSeedValueMDP(COSDictionary dict)Constructor.PDSeedValueTimeStamp(COSDictionary dict)Constructor.PDSignature(COSDictionary dict)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDFTemplateStructure. acroFormDictionaryprivate COSDictionaryPDFTemplateStructure. widgetDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSDictionary Modifier and Type Method Description COSDictionaryPDFTemplateStructure. getAcroFormDictionary()Gets Dictionary of AcroForm.COSDictionaryPDFTemplateStructure. getWidgetDictionary()Gets Widget Dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSDictionary Modifier and Type Method Description voidPDFTemplateStructure. setAcroFormDictionary(COSDictionary acroFormDictionary)Acroform have its Dictionary, so we here set the Dictionary which is in this location: AcroForm/DRvoidPDFTemplateStructure. setWidgetDictionary(COSDictionary widgetDictionary)Sets Widget Dictionary. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type COSDictionary Modifier and Type Method Description private intPDPageDestination. indexOfPageTree(COSDictionary pageDict) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Constructors in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type COSDictionary Constructor Description PDDocumentOutline(COSDictionary dic)Constructor for an existing document outline.PDOutlineItem(COSDictionary dic)Constructor for an existing outline item.PDOutlineNode(COSDictionary dict) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDAcroForm. dictionaryprivate COSDictionaryPDField. dictionaryFields in org.apache.pdfbox.pdmodel.interactive.form with type parameters of type COSDictionary Modifier and Type Field Description private java.util.Set<COSDictionary>PDFieldTree.FieldIterator. setMethods in org.apache.pdfbox.pdmodel.interactive.form that return COSDictionary Modifier and Type Method Description COSDictionaryPDAcroForm. getCOSObject()COSDictionaryPDField. getCOSObject()This will get the dictionary associated with this field.Methods in org.apache.pdfbox.pdmodel.interactive.form that return types with arguments of type COSDictionary Modifier and Type Method Description private java.util.Map<COSDictionary,java.util.Set<COSDictionary>>PDAcroForm. buildPagesWidgetsMap(java.util.List<PDField> fields, PDPageTree pages)Build a map of pages => widgetsprivate java.util.Map<COSDictionary,java.util.Set<COSDictionary>>PDAcroForm. buildPagesWidgetsMap(java.util.List<PDField> fields, PDPageTree pages)Build a map of pages => widgetsprivate java.util.Set<COSDictionary>PDAcroForm. createWidgetDictionarySet(java.util.List<PDField> fields)Return a set of all annotation widget dictionaries related to the fields to be flattened.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionary Modifier and Type Method Description private static PDFieldPDFieldFactory. createButtonSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)private static PDFieldPDFieldFactory. createChoiceSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)static PDFieldPDFieldFactory. createField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)Creates a COSField subclass from the given field.private static java.lang.StringPDFieldFactory. findFieldType(COSDictionary dic, java.util.Set<COSDictionary> seen)(package private) static PDFieldPDField. fromDictionary(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)Creates a COSField subclass from the given COS field.Method parameters in org.apache.pdfbox.pdmodel.interactive.form with type arguments of type COSDictionary Modifier and Type Method Description private voidPDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)private voidPDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)private static java.lang.StringPDFieldFactory. findFieldType(COSDictionary dic, java.util.Set<COSDictionary> seen) -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.measurement
Fields in org.apache.pdfbox.pdmodel.interactive.measurement declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDMeasureDictionary. measureDictionaryprivate COSDictionaryPDNumberFormatDictionary. numberFormatDictionaryprivate COSDictionaryPDViewportDictionary. viewportDictionaryMethods in org.apache.pdfbox.pdmodel.interactive.measurement that return COSDictionary Modifier and Type Method Description COSDictionaryPDMeasureDictionary. getCOSObject()This will return the corresponding dictionary.COSDictionaryPDNumberFormatDictionary. getCOSObject()This will return the dictionary.COSDictionaryPDViewportDictionary. getCOSObject()This will return the corresponding dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.measurement with parameters of type COSDictionary Constructor Description PDMeasureDictionary(COSDictionary dictionary)Constructor.PDNumberFormatDictionary(COSDictionary dictionary)Constructor.PDRectlinearMeasureDictionary(COSDictionary dictionary)Constructor.PDViewportDictionary(COSDictionary dictionary)Constructor. -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Fields in org.apache.pdfbox.pdmodel.interactive.pagenavigation declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDThreadBead. beadprivate COSDictionaryPDThread. threadMethods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return COSDictionary Modifier and Type Method Description COSDictionaryPDThread. getCOSObject()This will get the underlying dictionary that this object wraps.COSDictionaryPDThreadBead. getCOSObject()This will get the underlying dictionary that this object wraps.Constructors in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type COSDictionary Constructor Description PDThread(COSDictionary t)Constructor that is used for a preexisting dictionary.PDThreadBead(COSDictionary b)Constructor that is used for a preexisting dictionary.PDTransition(COSDictionary dictionary)creates a new transition for an existing dictionary -
Uses of COSDictionary in org.apache.pdfbox.pdmodel.interactive.viewerpreferences
Fields in org.apache.pdfbox.pdmodel.interactive.viewerpreferences declared as COSDictionary Modifier and Type Field Description private COSDictionaryPDViewerPreferences. prefsMethods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return COSDictionary Modifier and Type Method Description COSDictionaryPDViewerPreferences. getCOSObject()This will get the underlying dictionary that this object wraps.Constructors in org.apache.pdfbox.pdmodel.interactive.viewerpreferences with parameters of type COSDictionary Constructor Description PDViewerPreferences(COSDictionary dic)Constructor that is used for a preexisting dictionary. -
Uses of COSDictionary in org.apache.pdfbox.preflight.action
Fields in org.apache.pdfbox.preflight.action declared as COSDictionary Modifier and Type Field Description protected COSDictionaryAbstractActionManager. actionDictionaryThe action dictionary checked by this classMethods in org.apache.pdfbox.preflight.action that return COSDictionary Modifier and Type Method Description COSDictionaryAbstractActionManager. getActionDictionary()Methods in org.apache.pdfbox.preflight.action with parameters of type COSDictionary Modifier and Type Method Description protected AbstractActionManagerActionManagerFactory. createActionManager(PreflightContext ctx, COSDictionary action, java.lang.String aaKey)Create an instance of ActionManager according to the value of the S entry.java.util.List<AbstractActionManager>ActionManagerFactory. getActionManagers(PreflightContext ctx, COSDictionary dictionary)This method extract actions from the given dictionary.java.util.List<AbstractActionManager>ActionManagerFactory. getNextActions(PreflightContext ctx, COSDictionary actionDictionary)Returns all actions contained by the Next entry. -
Uses of COSDictionary in org.apache.pdfbox.preflight.annotation
Fields in org.apache.pdfbox.preflight.annotation declared as COSDictionary Modifier and Type Field Description protected COSDictionaryAnnotationValidator. annotDictionaryCOSDictionary of the annotationMethods in org.apache.pdfbox.preflight.annotation with parameters of type COSDictionary Modifier and Type Method Description AnnotationValidatorAnnotationValidatorFactory. getAnnotationValidator(PreflightContext ctx, COSDictionary annotDic)Return an instance of AnnotationValidator. -
Uses of COSDictionary in org.apache.pdfbox.preflight.font
Fields in org.apache.pdfbox.preflight.font declared as COSDictionary Modifier and Type Field Description protected COSDictionarySimpleFontValidator. fontDictionaryprotected COSDictionaryType3FontValidator. fontDictionaryMethods in org.apache.pdfbox.preflight.font with parameters of type COSDictionary Modifier and Type Method Description protected voidDescendantFontValidator. checkCIDSystemInfo(COSDictionary sysinfo)Check the content of the CIDSystemInfo dictionary.protected booleanType0FontValidator. checkCIDSystemInfo(COSDictionary cidSysInfo)Check the content of the CIDSystemInfo dictionary.private voidType3FontValidator. checkEncodingAsDictionary(COSDictionary encodingDictionary)This method is called by the CheckEncoding method if the /Encoding entry is an instance of COSDictionary.private voidType0FontValidator. compareCIDSystemInfo(COSDictionary cmap)The CIDSystemInfo must have the same Registry and Ordering for CMap and CIDFont.protected FontValidator<? extends FontContainer<PDCIDFontType0>>Type0FontValidator. createCIDType0FontValidator(COSDictionary fDict)Create the validation object for CIDType0 Fontprotected FontValidator<? extends FontContainer<PDCIDFontType2>>Type0FontValidator. createCIDType2FontValidator(COSDictionary fDict)Create the validation object for CIDType2 Fontprotected FontValidator<? extends FontContainer<? extends PDCIDFont>>Type0FontValidator. createDescendantValidator(COSDictionary cidFont)Constructors in org.apache.pdfbox.preflight.font with parameters of type COSDictionary Constructor Description FontValidator(PreflightContext context, COSDictionary dict, T fContainer)SimpleFontValidator(PreflightContext context, PDFontLike font, COSDictionary fontDictionary, T fContainer) -
Uses of COSDictionary in org.apache.pdfbox.preflight.font.descriptor
Methods in org.apache.pdfbox.preflight.font.descriptor with parameters of type COSDictionary Modifier and Type Method Description protected booleanFontDescriptorHelper. checkMandatoryFields(COSDictionary fDescriptor)protected booleanType1DescriptorHelper. checkMandatoryFields(COSDictionary fDescriptor) -
Uses of COSDictionary in org.apache.pdfbox.preflight.parser
Methods in org.apache.pdfbox.preflight.parser with parameters of type COSDictionary Modifier and Type Method Description private voidPreflightParser. checkEndstreamKeyWord(COSDictionary dic, long startOffset)'endstream' must be preceded by an EOLprotected COSStreamPreflightParser. parseCOSStream(COSDictionary dic)Wraps theCOSParser.parseCOSStream(org.apache.pdfbox.cos.COSDictionary)to check rules on 'stream' and 'endstream' keywords. -
Uses of COSDictionary in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type COSDictionary Modifier and Type Method Description protected voidAbstractProcess. addFontError(COSDictionary dictionary, PreflightContext context, java.io.IOException e)PDFont loads embedded fonts in its constructor so we have to handle IOExceptions from PDFont and translate them into validation errors.private booleanBookmarkValidationProcess. checkIndirectObject(PreflightContext ctx, COSDictionary dictionary, COSName name)private booleanBookmarkValidationProcess. checkIndirectObjects(PreflightContext ctx, COSDictionary dictionary)protected voidTrailerValidationProcess. checkLinearizedDictionary(PreflightContext ctx, COSDictionary linearizedDict)Check if mandatory keys of linearized dictionary are present.protected voidTrailerValidationProcess. checkMainTrailer(PreflightContext ctx, COSDictionary trailer)check if all keys are authorized in a trailer dictionary and if the type is valid.protected booleanTrailerValidationProcess. compareIds(COSDictionary first, COSDictionary last)Return true if the ID of the first dictionary is the same as the id of the last dictionary Return false otherwise.private booleanBookmarkValidationProcess. isCountEntryPositive(COSDictionary outline)return true if Count entry > 0private booleanBookmarkValidationProcess. isCountEntryPresent(COSDictionary outline)Return true if the Count entry is present in the given dictionary.voidFileSpecificationValidationProcess. validateFileSpecification(PreflightContext ctx, COSDictionary fileSpec)Validate a FileSpec dictionary, a FileSpec dictionary mustn't have the EF (EmbeddedFile) entry. -
Uses of COSDictionary in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect that return types with arguments of type COSDictionary Modifier and Type Method Description java.util.List<COSDictionary>ExtGStateValidationProcess. extractExtGStateDictionaries(COSDictionary extGStates)Create a list of ExtGState dictionaries using the given Resource dictionary and the COSDocument.Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type COSDictionary Modifier and Type Method Description private voidExtGStateValidationProcess. checkBlendMode(PreflightContext context, COSDictionary egs)This method checks the BM value of the ExtGState dictionary.private voidExtGStateValidationProcess. checkFont(PreflightContext context, COSDictionary egs)This method checks a Font array in the ExtGState dictionary.private voidExtGStateValidationProcess. checkLowerCA(PreflightContext context, COSDictionary egs)This method checks the "ca" value of the ExtGState dictionary.private voidExtGStateValidationProcess. checkSoftMask(PreflightContext context, COSDictionary egs)This method checks the SMask value of the ExtGState dictionary.protected voidExtGStateValidationProcess. checkTR2Key(PreflightContext context, COSDictionary egs)Check the TR2 entry.protected voidExtGStateValidationProcess. checkTRKey(PreflightContext context, COSDictionary egs)Check the TR entry.private voidExtGStateValidationProcess. checkUpperCA(PreflightContext context, COSDictionary egs)This method checks the "CA" value of the ExtGState dictionary.java.util.List<COSDictionary>ExtGStateValidationProcess. extractExtGStateDictionaries(COSDictionary extGStates)Create a list of ExtGState dictionaries using the given Resource dictionary and the COSDocument.private java.util.Map<java.lang.String,PDFont>ResourcesValidationProcess. getFonts(COSDictionary resources, PreflightContext context)This will get the map of fonts.Method parameters in org.apache.pdfbox.preflight.process.reflect with type arguments of type COSDictionary Modifier and Type Method Description protected voidExtGStateValidationProcess. validateFonts(PreflightContext context, java.util.List<COSDictionary> listOfExtGState)Validate fonts in all ExtGState dictionaries of this container.protected voidExtGStateValidationProcess. validateTransparencyRules(PreflightContext context, java.util.List<COSDictionary> listOfExtGState)Validate transparency rules in all ExtGState dictionaries of this container. -
Uses of COSDictionary in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as COSDictionary Modifier and Type Field Description private COSDictionaryTilingPaintFactory.TilingPaintParameter. patternDictMethods in org.apache.pdfbox.rendering with parameters of type COSDictionary Modifier and Type Method Description voidPageDrawer. beginMarkedContentSequence(COSName tag, COSDictionary properties)Called when a marked content group beginsConstructors in org.apache.pdfbox.rendering with parameters of type COSDictionary Constructor Description TilingPaintParameter(Matrix matrix, COSDictionary patternDict, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform) -
Uses of COSDictionary in org.apache.pdfbox.text
Fields in org.apache.pdfbox.text with type parameters of type COSDictionary Modifier and Type Field Description private java.util.Map<COSDictionary,java.lang.Float>LegacyPDFStreamEngine. fontHeightMapMethods in org.apache.pdfbox.text with parameters of type COSDictionary Modifier and Type Method Description voidPDFMarkedContentExtractor. beginMarkedContentSequence(COSName tag, COSDictionary properties)voidPDFTextStripper. beginMarkedContentSequence(COSName tag, COSDictionary properties)voidPDFMarkedContentExtractor. markedContentPoint(COSName tag, COSDictionary properties)
-