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.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.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.preflight.utils 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 void
PDFStreamEngine. beginMarkedContentSequence(COSName tag, COSDictionary properties)
Called when a marked content group begins -
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 COSDictionary
Operator. imageParameters
Methods in org.apache.pdfbox.contentstream.operator that return COSDictionary Modifier and Type Method Description COSDictionary
Operator. 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 void
Operator. 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 class
COSStream
This class represents a stream object in a PDF document.(package private) class
UnmodifiableCOSDictionary
An unmodifiable COSDictionary.Fields in org.apache.pdfbox.cos declared as COSDictionary Modifier and Type Field Description private COSDictionary
COSOutputStream. parameters
private COSDictionary
COSDocument. trailer
Document trailer dictionary.Methods in org.apache.pdfbox.cos that return COSDictionary Modifier and Type Method Description COSDictionary
COSDictionary. asUnmodifiableDictionary()
Returns an unmodifiable view of this dictionary.COSDictionary
COSDictionary. getCOSDictionary(COSName key)
This is a convenience method that will get the dictionary object that is expected to be a COSDictionary.COSDictionary
COSDocument. getEncryptionDictionary()
This will get the encryption dictionary if the document is encrypted or null if the document is not encrypted.COSDictionary
COSDocument. getTrailer()
This will get the document trailer.Methods in org.apache.pdfbox.cos with parameters of type COSDictionary Modifier and Type Method Description void
COSDictionary. addAll(COSDictionary dic)
This will add all of the dictionaries keys/values to this dictionary.void
UnmodifiableCOSDictionary. addAll(COSDictionary dic)
This will add all of the dictionaries keys/values to this dictionary.(package private) static COSInputStream
COSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in, ScratchFile scratchFile)
Creates a new COSInputStream from an encoded input stream.(package private) static COSInputStream
COSInputStream. create(java.util.List<Filter> filters, COSDictionary parameters, java.io.InputStream in, ScratchFile scratchFile, DecodeOptions options)
COSStream
COSDocument. createCOSStream(COSDictionary dictionary)
Creates a new COSStream using the current configuration for scratch files.void
COSDictionary. mergeInto(COSDictionary dic)
Deprecated.This method should no longer be used and will be removed in 3.0 because it could also merge attributes that should not be merged (filter and length) in a COSStream.void
UnmodifiableCOSDictionary. mergeInto(COSDictionary dic)
This will add all of the dictionaries keys/values to this dictionary, but only if they don't already exist.void
COSDocument. setEncryptionDictionary(COSDictionary encDictionary)
This will set the encryption dictionary, this should only be called when encrypting the document.void
COSDocument. setTrailer(COSDictionary newTrailer)
// MIT added, maybe this should not be supported as trailer is a persistence construct.java.lang.Object
ICOSVisitor. 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, ScratchFile scratchFile)
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 boolean
PDFDebugger. 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 COSDictionary
SigFlag. acroFormDictionary
private COSDictionary
AnnotFlag. annotDictionary
private COSDictionary
FieldFlag. dictionary
private COSDictionary
EncryptFlag. encryptDictionary
private COSDictionary
FontFlag. fontDescriptor
Methods in org.apache.pdfbox.debugger.flagbitspane with parameters of type COSDictionary Modifier and Type Method Description private void
FlagBitsPane. 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 boolean
Stream. isImageStream(COSDictionary dic, boolean isThumb)
private boolean
Stream. 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 COSDictionary
PageEntry. dict
Methods in org.apache.pdfbox.debugger.ui that return COSDictionary Modifier and Type Method Description COSDictionary
PageEntry. 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 COSDictionary
DecodeResult. parameters
Methods in org.apache.pdfbox.filter that return COSDictionary Modifier and Type Method Description protected COSDictionary
Filter. getDecodeParams(COSDictionary dictionary, int index)
COSDictionary
DecodeResult. 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 DecodeResult
ASCII85Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
ASCIIHexFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
CCITTFaxFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
CryptFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
DCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
DCTFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
abstract DecodeResult
Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
Decodes data, producing the original non-encoded data.DecodeResult
Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
Decodes data, with optional DecodeOptions.DecodeResult
FlateFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
IdentityFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
JBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
JBIG2Filter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
DecodeResult
JPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
DecodeResult
JPXFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index, DecodeOptions options)
Decodes data, with optional DecodeOptions.DecodeResult
LZWFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
Decodes data, producing the original non-encoded data.DecodeResult
RunLengthDecodeFilter. decode(java.io.InputStream encoded, java.io.OutputStream decoded, COSDictionary parameters, int index)
protected void
ASCII85Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
void
ASCIIHexFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
CCITTFaxFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
CryptFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
DCTFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected abstract void
Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
void
Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters, int index)
Encodes data.protected void
FlateFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
IdentityFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
JBIG2Filter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
JPXFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected void
LZWFilter. encode(java.io.InputStream rawData, java.io.OutputStream encoded, COSDictionary parameters)
protected void
RunLengthDecodeFilter. encode(java.io.InputStream input, java.io.OutputStream encoded, COSDictionary parameters)
protected COSDictionary
Filter. getDecodeParams(COSDictionary dictionary, int index)
(package private) static java.io.OutputStream
Predictor. wrapPredictor(java.io.OutputStream out, COSDictionary decodeParams)
Wraps andOutputStream
in 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 COSDictionary
Overlay.LayoutPage. overlayResources
Methods in org.apache.pdfbox.multipdf with parameters of type COSDictionary Modifier and Type Method Description private void
PDFMergerUtility. cleanupFieldCOSDictionary(COSDictionary fieldCos)
private void
PDFMergerUtility. cleanupWidgetCOSDictionary(COSDictionary widgetCos, boolean removeDAEntry)
private void
PDFMergerUtility. mergeInto(COSDictionary src, COSDictionary dst, 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 void
LayerUtility. transferDict(COSDictionary orgDict, COSDictionary targetDict, java.util.Set<java.lang.String> filter, boolean inclusive)
private void
PDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)
Update the Pg and Obj references to the new (merged) page.private void
PDFMergerUtility. updateParentEntry(COSArray kArray, COSDictionary newParent)
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 void
PDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)
private void
PDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSArray parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)
private void
PDFMergerUtility. updatePageReferences(PDFCloneUtility cloner, COSDictionary parentTreeEntry, java.util.Map<COSDictionary,COSDictionary> objMapping)
Update the Pg and Obj references to the new (merged) page.private void
PDFMergerUtility. 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 COSDictionary
XrefTrailerResolver.XrefTrailerObj. trailer
Methods in org.apache.pdfbox.pdfparser that return COSDictionary Modifier and Type Method Description COSDictionary
XrefTrailerResolver. getCurrentTrailer()
Returns the trailer last set byXrefTrailerResolver.setTrailer(COSDictionary)
.COSDictionary
XrefTrailerResolver. getFirstTrailer()
Returns the first trailer if at least one exists.COSDictionary
XrefTrailerResolver. getLastTrailer()
Returns the last trailer if at least one exists.COSDictionary
XrefTrailerResolver. getTrailer()
Gets the resolved trailer.protected COSDictionary
BaseParser. parseCOSDictionary()
This will parse a PDF dictionary.protected COSDictionary
COSParser. parseXref(long startXRefOffset)
Parses cross reference tables.protected COSDictionary
COSParser. rebuildTrailer()
Rebuild the trailer dictionary if startxref can't be found.private COSDictionary
COSParser. retrieveCOSDictionary(COSObject object)
private COSDictionary
COSParser. retrieveCOSDictionary(COSObjectKey key, long offset)
protected COSDictionary
COSParser. 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 private void
COSParser. addExcludedToList(COSName[] excludeObjects, COSDictionary dict, java.util.Set<java.lang.Long> parsedObjects)
void
PDFXRefStream. addTrailerInfo(COSDictionary trailerDict)
Copy all Trailer Information to this file.private boolean
COSParser. bfSearchForTrailer(COSDictionary trailer)
Brute force search for all trailer marker.protected void
COSParser. checkPages(COSDictionary root)
Check if all entries of the pages dictionary are present.private int
COSParser. checkPagesDictionary(COSDictionary pagesDict, java.util.Set<COSObject> set)
protected boolean
COSParser. isCatalog(COSDictionary dictionary)
Tell if the dictionary is a PDF catalog.protected boolean
FDFParser. isCatalog(COSDictionary dictionary)
Tell if the dictionary is a FDF catalog.private boolean
COSParser. isInfo(COSDictionary dictionary)
Tell if the dictionary is an info dictionary.private void
BaseParser. parseCOSDictionaryNameValuePair(COSDictionary obj)
protected COSStream
COSParser. parseCOSStream(COSDictionary dic)
This will read a COSStream from the input stream using length attribute within dictionary.protected void
COSParser. parseDictObjects(COSDictionary dict, COSName... excludeObjects)
Will parse every object necessary to load a single page from the pdf document.protected COSBase
COSParser. parseTrailerValuesDynamically(COSDictionary trailer)
Parse the values of the trailer dictionary and return the root object.private boolean
COSParser. searchForTrailerItems(COSDictionary trailer)
Search for the different parts of the trailer dictionary.void
XrefTrailerResolver. 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 java.lang.Object
COSWriter. visitFromDictionary(COSDictionary obj)
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.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as COSDictionary Modifier and Type Field Description private COSDictionary
PDDocumentInformation. info
private COSDictionary
PDDocumentNameDestinationDictionary. nameDictionary
private COSDictionary
PDDocumentNameDictionary. nameDictionary
private COSDictionary
PDPage. page
private COSDictionary
PDResources. resources
private COSDictionary
PDDocumentCatalog. root
private COSDictionary
PDPageTree. root
private COSDictionary
PDPageTree.SearchContext. searched
Fields in org.apache.pdfbox.pdmodel with type parameters of type COSDictionary Modifier and Type Field Description private java.util.Queue<COSDictionary>
PDPageTree.PageIterator. queue
private java.util.Set<COSDictionary>
PDPageTree.PageIterator. set
Methods in org.apache.pdfbox.pdmodel that return COSDictionary Modifier and Type Method Description private COSDictionary
PDPageTree. get(int pageNum, COSDictionary node, int encountered)
Returns the given COS page using a depth-first search.COSDictionary
PDDocumentCatalog. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDDocumentInformation. getCOSObject()
This will get the underlying dictionary that this object wraps.COSDictionary
PDDocumentNameDestinationDictionary. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDDocumentNameDictionary. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDPage. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDPageTree. getCOSObject()
COSDictionary
PDResources. 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 void
PDDocument. assignAcroFormDefaultResource(PDAcroForm acroForm, COSDictionary newDict)
private void
PDDocument. assignAppearanceDictionary(PDSignatureField signatureField, COSDictionary apDict)
private void
PDDocument. assignSignatureRectangle(PDSignatureField signatureField, 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 void
PDPageTree.PageIterator. enqueueKids(COSDictionary node)
private boolean
PDPageTree. findPage(PDPageTree.SearchContext context, COSDictionary node)
private COSDictionary
PDPageTree. get(int pageNum, COSDictionary node, int encountered)
Returns the given COS page using a depth-first search.static COSBase
PDPageTree. getInheritableAttribute(COSDictionary node, COSName key)
Returns the given attribute, inheriting from parent tree nodes if necessary.private java.util.List<COSDictionary>
PDPageTree. getKids(COSDictionary node)
Helper to get kids from malformed PDFs.private void
PDPageTree. increaseParents(COSDictionary parentDict)
private boolean
PDPageTree. isPageTreeNode(COSDictionary node)
Returns true if the node is a page tree node (i.e.private void
PDPageTree. remove(COSDictionary node)
Removes the given COS page.private static void
PDPageTree. sanitizeType(COSDictionary dictionary)
private void
PDPageTree.SearchContext. visitPage(COSDictionary current)
Method parameters in org.apache.pdfbox.pdmodel with type arguments of type COSDictionary Modifier and Type Method Description void
PDDocument. 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.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 COSDictionary
PDDictionaryWrapper. dictionary
private COSDictionary
COSDictionaryMap. map
private COSDictionary
PDNameTreeNode. node
private COSDictionary
PDNumberTreeNode. node
private COSDictionary
COSArrayList. parentDict
private COSDictionary
PDPageLabelRange. root
Methods in org.apache.pdfbox.pdmodel.common that return COSDictionary Modifier and Type Method Description static COSDictionary
COSDictionaryMap. 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.COSDictionary
PDDictionaryWrapper. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDNameTreeNode. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDNumberTreeNode. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDPageLabelRange. 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 PDNumberTreeNode
PDNumberTreeNode. 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 COSDictionary
PDComplexFileSpecification. efDictionary
private COSDictionary
PDComplexFileSpecification. fs
Methods in org.apache.pdfbox.pdmodel.common.filespecification that return COSDictionary Modifier and Type Method Description COSDictionary
PDComplexFileSpecification. getCOSObject()
Convert this standard java object to a COS object.private COSDictionary
PDComplexFileSpecification. 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 COSDictionary
PDFunction. functionDictionary
Methods in org.apache.pdfbox.pdmodel.common.function that return COSDictionary Modifier and Type Method Description COSDictionary
PDFunction. 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 COSDictionary
PDMarkedContentReference. dictionary
private COSDictionary
PDMarkInfo. dictionary
private COSDictionary
PDObjectReference. dictionary
private COSDictionary
PDStructureNode. dictionary
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return COSDictionary Modifier and Type Method Description COSDictionary
PDMarkedContentReference. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDMarkInfo. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDObjectReference. getCOSObject()
Returns the underlying dictionary.COSDictionary
PDStructureNode. 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 PDAttributeObject
PDAttributeObject. create(COSDictionary dictionary)
Creates an attribute object.static PDStructureNode
PDStructureNode. create(COSDictionary node)
Creates a node in the structure tree.private COSObjectable
PDStructureNode. 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)
PDUserProperty(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 COSDictionary
PDPropertyList. dict
private COSDictionary
PDMarkedContent. properties
Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent that return COSDictionary Modifier and Type Method Description COSDictionary
PDPropertyList. getCOSObject()
COSDictionary
PDMarkedContent. getProperties()
Gets the properties.Methods in org.apache.pdfbox.pdmodel.documentinterchange.markedcontent with parameters of type COSDictionary Modifier and Type Method Description static PDMarkedContent
PDMarkedContent. create(COSName tag, COSDictionary properties)
Creates a marked-content sequence.static PDPropertyList
PDPropertyList. 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 COSDictionary
PDBoxStyle. dictionary
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return COSDictionary Modifier and Type Method Description COSDictionary
PDBoxStyle. 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 COSDictionary
PDCryptFilterDictionary. cryptFilterDictionary
COS crypt filter dictionary.private COSDictionary
PDEncryption. dictionary
Methods in org.apache.pdfbox.pdmodel.encryption that return COSDictionary Modifier and Type Method Description COSDictionary
PDCryptFilterDictionary. getCOSDictionary()
Deprecated.COSDictionary
PDEncryption. getCOSDictionary()
Deprecated.COSDictionary
PDCryptFilterDictionary. getCOSObject()
This will get the dictionary associated with this crypt filter dictionary.COSDictionary
PDEncryption. 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 void
SecurityHandler. 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.PDEncryptionDictionary(COSDictionary dictionary)
Deprecated.UsePDEncryption(COSDictionary)
instead -
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 COSDictionary
FDFAnnotation. annot
Annotation dictionary.private COSDictionary
FDFCatalog. catalog
private COSDictionary
FDFJavaScript. dictionary
private COSDictionary
FDFDictionary. fdf
private COSDictionary
FDFField. field
private COSDictionary
FDFIconFit. fit
private COSDictionary
FDFPage. page
private COSDictionary
FDFPageInfo. pageInfo
private COSDictionary
FDFNamedPageReference. ref
private COSDictionary
FDFTemplate. template
Methods in org.apache.pdfbox.pdmodel.fdf that return COSDictionary Modifier and Type Method Description COSDictionary
FDFAnnotation. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFCatalog. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFDictionary. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFField. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFIconFit. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFJavaScript. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFNamedPageReference. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFPage. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFPageInfo. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
FDFTemplate. getCOSObject()
Convert this standard java object to a COS object.private COSDictionary
FDFAnnotationStamp. parseDictElement(org.w3c.dom.Element dictEl)
private COSDictionary
FDFAnnotationStamp. parseStampAnnotationAppearanceXML(org.w3c.dom.Element appearanceXML)
This will create an Appearance dictionary from an appearance XML document.Methods in org.apache.pdfbox.pdmodel.fdf with parameters of type COSDictionary Modifier and Type Method Description static FDFAnnotation
FDFAnnotation. create(COSDictionary fdfDic)
Create the correct FDFAnnotation. -
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 COSDictionary
PDType3Font. charProcs
private COSDictionary
PDCIDFontType2Embedder. cidFont
private COSDictionary
PDFontDescriptor. dic
protected COSDictionary
PDCIDFont. dict
private COSDictionary
PDCIDFontType2Embedder. dict
protected COSDictionary
PDFont. dict
private COSDictionary
PDCIDSystemInfo. dictionary
Methods in org.apache.pdfbox.pdmodel.font that return COSDictionary Modifier and Type Method Description private COSDictionary
PDCIDFontType2Embedder. createCIDFont()
COSDictionary
PDType3Font. getCharProcs()
Returns the dictionary containing all streams to be used to render the glyphs.COSDictionary
PDCIDFont. getCOSObject()
COSDictionary
PDFont. getCOSObject()
COSDictionary
PDFontDescriptor. getCOSObject()
Convert this standard java object to a COS object.private COSDictionary
PDCIDFontType2Embedder. 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 boolean
PDCIDFontType2Embedder. buildVerticalHeader(COSDictionary cidFont)
private void
PDCIDFontType2Embedder. buildVerticalMetrics(COSDictionary cidFont)
Build vertical metrics with Identity CIDToGIDMap (for embedding full font).private void
PDCIDFontType2Embedder. buildWidths(COSDictionary cidFont)
Build widths with Identity CIDToGIDMap (for embedding full font).(package private) static PDCIDFont
PDFontFactory. createDescendantFont(COSDictionary dictionary, PDType0Font parent)
Creates a new PDCIDFont instance with the appropriate subclass.static PDFont
PDFontFactory. createFont(COSDictionary dictionary)
Creates a new PDFont instance with the appropriate subclass.static PDFont
PDFontFactory. createFont(COSDictionary dictionary, ResourceCache resourceCache)
Creates a new PDFont instance with the appropriate subclass.private void
PDTrueTypeFontEmbedder. 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 COSDictionary
DictionaryEncoding. encoding
Constructors 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 COSDictionary
PDCIEDictionaryBasedColorSpace. dictionary
private COSDictionary
PDDeviceNAttributes. dictionary
private COSDictionary
PDDeviceNProcess. dictionary
private COSDictionary
PDOutputIntent. dictionary
Methods in org.apache.pdfbox.pdmodel.graphics.color that return COSDictionary Modifier and Type Method Description COSDictionary
PDDeviceNAttributes. getCOSDictionary()
Returns the underlying COS dictionary.COSDictionary
PDDeviceNProcess. getCOSDictionary()
Returns the underlying COS dictionary.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 COSDictionary
PDTransparencyGroupAttributes. dictionary
Methods in org.apache.pdfbox.pdmodel.graphics.form that return COSDictionary Modifier and Type Method Description COSDictionary
PDTransparencyGroupAttributes. 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 COSDictionary
PDInlineImage. parameters
Methods in org.apache.pdfbox.pdmodel.graphics.image that return COSDictionary Modifier and Type Method Description private static COSDictionary
PNGConverter. buildDecodeParams(PNGConverter.PNGConverterState state, PDColorSpace colorSpace)
Methods in org.apache.pdfbox.pdmodel.graphics.image with parameters of type COSDictionary Modifier and Type Method Description private static void
CCITTFactory. extractFromTiff(RandomAccess 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 COSDictionary
PDOptionalContentProperties. dict
Methods in org.apache.pdfbox.pdmodel.graphics.optionalcontent that return COSDictionary Modifier and Type Method Description COSDictionary
PDOptionalContentProperties. getCOSObject()
Convert this standard java object to a COS object.private COSDictionary
PDOptionalContentProperties. getD()
private COSDictionary
PDOptionalContentProperties. 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 COSDictionary
PDAbstractPattern. patternDictionary
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return COSDictionary Modifier and Type Method Description COSDictionary
PDAbstractPattern. 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 PDAbstractPattern
PDAbstractPattern. create(COSDictionary dictionary)
Create the correct PD Model pattern based on the COS base pattern.static PDAbstractPattern
PDAbstractPattern. 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 COSDictionary
PDShading. dictionary
Methods in org.apache.pdfbox.pdmodel.graphics.shading that return COSDictionary Modifier and Type Method Description COSDictionary
PDShading. 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 PDShading
PDShading. 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 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 COSDictionary
PDExtendedGraphicsState. dict
private COSDictionary
PDSoftMask. dictionary
Methods in org.apache.pdfbox.pdmodel.graphics.state that return COSDictionary Modifier and Type Method Description COSDictionary
PDExtendedGraphicsState. getCOSObject()
This will get the underlying dictionary that this class acts on.COSDictionary
PDSoftMask. 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.PDSoftMask(COSDictionary dictionary)
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 COSDictionary
PDAction. action
The action dictionary.private COSDictionary
PDAdditionalActions. actions
private COSDictionary
PDAnnotationAdditionalActions. actions
private COSDictionary
PDDocumentCatalogAdditionalActions. actions
private COSDictionary
PDFormFieldAdditionalActions. actions
private COSDictionary
PDPageAdditionalActions. actions
private COSDictionary
PDTargetDirectory. dict
protected COSDictionary
PDWindowsLaunchParams. params
The params dictionary.private COSDictionary
PDURIDictionary. uriDictionary
Methods in org.apache.pdfbox.pdmodel.interactive.action that return COSDictionary Modifier and Type Method Description COSDictionary
PDAction. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDAdditionalActions. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDAnnotationAdditionalActions. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDDocumentCatalogAdditionalActions. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDFormFieldAdditionalActions. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDPageAdditionalActions. getCOSObject()
Convert this standard java object to a COS object.COSDictionary
PDTargetDirectory. getCOSObject()
This will get the underlying dictionary that this class acts on.COSDictionary
PDURIDictionary. getCOSObject()
Returns the corresponding dictionary.COSDictionary
PDWindowsLaunchParams. 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 PDAction
PDActionFactory. 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 COSDictionary
PDExternalDataDictionary. dataDictionary
private COSDictionary
PDAnnotation. dictionary
private COSDictionary
PDAppearanceCharacteristicsDictionary. dictionary
private COSDictionary
PDAppearanceDictionary. dictionary
private COSDictionary
PDBorderEffectDictionary. dictionary
private COSDictionary
PDBorderStyleDictionary. dictionary
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return COSDictionary Modifier and Type Method Description COSDictionary
PDAnnotation. getCOSObject()
Interface method for COSObjectable.COSDictionary
PDAppearanceCharacteristicsDictionary. getCOSObject()
returns the dictionary.COSDictionary
PDAppearanceDictionary. getCOSObject()
COSDictionary
PDBorderEffectDictionary. getCOSObject()
returns the dictionary.COSDictionary
PDBorderStyleDictionary. getCOSObject()
returns the dictionary.COSDictionary
PDExternalDataDictionary. getCOSObject()
returns the dictionary.Constructors in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type COSDictionary Constructor Description PDAnnotation(COSDictionary dict)
Constructor.PDAnnotationFileAttachment(COSDictionary field)
Creates a Link annotation from a COSDictionary, expected to be a correct object definition.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.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.PDAnnotationSquareCircle(COSDictionary field)
Creates a Line annotation from a COSDictionary, expected to be a correct object definition.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.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.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 COSDictionary
PDPropBuild. dictionary
private COSDictionary
PDPropBuildDataDict. dictionary
private COSDictionary
PDSeedValue. dictionary
private COSDictionary
PDSeedValueCertificate. dictionary
private COSDictionary
PDSeedValueMDP. dictionary
private COSDictionary
PDSeedValueTimeStamp. dictionary
private COSDictionary
PDSignature. dictionary
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return COSDictionary Modifier and Type Method Description COSDictionary
PDPropBuild. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDPropBuildDataDict. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDSeedValue. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDSeedValueCertificate. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDSeedValueMDP. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDSeedValueTimeStamp. getCOSObject()
Convert this standard java object to a COS dictionary.COSDictionary
PDSignature. 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 COSDictionary
PDFTemplateStructure. acroFormDictionary
private COSDictionary
PDFTemplateStructure. widgetDictionary
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return COSDictionary Modifier and Type Method Description COSDictionary
PDFTemplateStructure. getAcroFormDictionary()
Gets Dictionary of AcroForm.COSDictionary
PDFTemplateStructure. getWidgetDictionary()
Gets Widget Dictionary.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type COSDictionary Modifier and Type Method Description void
PDFTemplateStructure. setAcroFormDictionary(COSDictionary acroFormDictionary)
Acroform have its Dictionary, so we here set the Dictionary which is in this location: AcroForm/DRvoid
PDFTemplateStructure. 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 int
PDPageDestination. 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 COSDictionary
PDAcroForm. dictionary
private COSDictionary
PDField. dictionary
Fields 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. set
Methods in org.apache.pdfbox.pdmodel.interactive.form that return COSDictionary Modifier and Type Method Description COSDictionary
PDAcroForm. getCOSObject()
COSDictionary
PDField. 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)
private java.util.Map<COSDictionary,java.util.Set<COSDictionary>>
PDAcroForm. buildPagesWidgetsMap(java.util.List<PDField> fields)
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type COSDictionary Modifier and Type Method Description private static PDField
PDFieldFactory. createButtonSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)
private static PDField
PDFieldFactory. createChoiceSubType(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)
static PDField
PDFieldFactory. createField(PDAcroForm form, COSDictionary field, PDNonTerminalField parent)
Creates a COSField subclass from the given field.private static java.lang.String
PDFieldFactory. findFieldType(COSDictionary dic)
(package private) static PDField
PDField. 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 void
PDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)
private void
PDAcroForm. fillPagesAnnotationMap(java.util.Map<COSDictionary,java.util.Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget)
-
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 COSDictionary
PDMeasureDictionary. measureDictionary
private COSDictionary
PDNumberFormatDictionary. numberFormatDictionary
private COSDictionary
PDViewportDictionary. viewportDictionary
Methods in org.apache.pdfbox.pdmodel.interactive.measurement that return COSDictionary Modifier and Type Method Description COSDictionary
PDMeasureDictionary. getCOSObject()
This will return the corresponding dictionary.COSDictionary
PDNumberFormatDictionary. getCOSObject()
This will return the dictionary.COSDictionary
PDViewportDictionary. 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 COSDictionary
PDThreadBead. bead
private COSDictionary
PDThread. thread
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return COSDictionary Modifier and Type Method Description COSDictionary
PDThread. getCOSObject()
This will get the underlying dictionary that this object wraps.COSDictionary
PDThreadBead. 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 COSDictionary
PDViewerPreferences. prefs
Methods in org.apache.pdfbox.pdmodel.interactive.viewerpreferences that return COSDictionary Modifier and Type Method Description COSDictionary
PDViewerPreferences. 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 COSDictionary
AbstractActionManager. actionDictionnary
The action dictionary checked by this classMethods in org.apache.pdfbox.preflight.action that return COSDictionary Modifier and Type Method Description COSDictionary
AbstractActionManager. getActionDictionnary()
Methods in org.apache.pdfbox.preflight.action with parameters of type COSDictionary Modifier and Type Method Description protected AbstractActionManager
ActionManagerFactory. 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 COSDictionary
AnnotationValidator. annotDictionary
COSDictionary of the annotationMethods in org.apache.pdfbox.preflight.annotation with parameters of type COSDictionary Modifier and Type Method Description AnnotationValidator
AnnotationValidatorFactory. 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 COSDictionary
SimpleFontValidator. fontDictionary
protected COSDictionary
Type3FontValidator. fontDictionary
Methods in org.apache.pdfbox.preflight.font with parameters of type COSDictionary Modifier and Type Method Description private void
Type3FontValidator. checkEncodingAsDictionary(COSDictionary encodingDictionary)
This method is called by the CheckEncoding method if the /Encoding entry is an instance of COSDictionary.private void
Type0FontValidator. 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 boolean
FontDescriptorHelper. checkMandatoryFields(COSDictionary fDescriptor)
protected boolean
Type1DescriptorHelper. 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 protected COSStream
PreflightParser. 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 that return COSDictionary Modifier and Type Method Description protected COSDictionary
TrailerValidationProcess. getLinearizedDictionary(PDDocument document)
According to the PDF Reference, A linearized PDF contain a dictionary as first object (linearized dictionary) and only this one in the first section.Methods in org.apache.pdfbox.preflight.process with parameters of type COSDictionary Modifier and Type Method Description protected void
AbstractProcess. 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 boolean
BookmarkValidationProcess. checkIndirectObject(PreflightContext ctx, COSDictionary dictionary, COSName name)
private boolean
BookmarkValidationProcess. checkIndirectObjects(PreflightContext ctx, COSDictionary dictionary)
protected void
TrailerValidationProcess. checkLinearizedDictionnary(PreflightContext ctx, COSDictionary linearizedDict)
Check if mandatory keys of linearized dictionary are present.protected void
TrailerValidationProcess. checkMainTrailer(PreflightContext ctx, COSDictionary trailer)
check if all keys are authorized in a trailer dictionary and if the type is valid.protected boolean
TrailerValidationProcess. compareIds(COSDictionary first, COSDictionary last, COSDocument cosDocument)
Return true if the ID of the first dictionary is the same as the id of the last dictionary Return false otherwise.private boolean
BookmarkValidationProcess. isCountEntryPositive(PreflightContext ctx, COSDictionary outline)
return true if Count entry > 0private boolean
BookmarkValidationProcess. isCountEntryPresent(COSDictionary outline)
Return true if the Count entry is present in the given dictionary.java.util.List<ValidationResult.ValidationError>
FileSpecificationValidationProcess. 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(PreflightContext context, COSDictionary egsEntry)
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 void
ExtGStateValidationProcess. checkBlendMode(PreflightContext context, COSDictionary egs)
This method checks the BM value of the ExtGState dictionary.private void
ExtGStateValidationProcess. checkFont(PreflightContext context, COSDictionary egs)
This method checks a Font array in the ExtGState dictionary.private void
ExtGStateValidationProcess. checkLowerCA(PreflightContext context, COSDictionary egs)
This method checks the "ca" value of the ExtGState dictionary.private void
ExtGStateValidationProcess. checkSoftMask(PreflightContext context, COSDictionary egs)
This method checks the SMask value of the ExtGState dictionary.protected void
ExtGStateValidationProcess. checkTR2Key(PreflightContext context, COSDictionary egs)
Check the TR2 entry.protected void
ExtGStateValidationProcess. checkTRKey(PreflightContext context, COSDictionary egs)
Check the TR entry.private void
ExtGStateValidationProcess. checkUpperCA(PreflightContext context, COSDictionary egs)
This method checks the "CA" value of the ExtGState dictionary.java.util.List<COSDictionary>
ExtGStateValidationProcess. extractExtGStateDictionaries(PreflightContext context, COSDictionary egsEntry)
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 void
ExtGStateValidationProcess. validateFonts(PreflightContext context, java.util.List<COSDictionary> listOfExtGState)
Validate fonts in all ExtGState dictionaries of this container.protected void
ExtGStateValidationProcess. 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.preflight.utils
Methods in org.apache.pdfbox.preflight.utils that return COSDictionary Modifier and Type Method Description static COSDictionary
COSUtils. getAsDictionary(COSBase cbase, COSDocument cDoc)
Return the COSBase object as COSDictionary if the COSBase object is an instance of COSDictionary or a reference to a COSDictionary object. -
Uses of COSDictionary in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as COSDictionary Modifier and Type Field Description private COSDictionary
TilingPaintFactory.TilingPaintParameter. patternDict
Methods in org.apache.pdfbox.rendering with parameters of type COSDictionary Modifier and Type Method Description void
PageDrawer. 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. fontHeightMap
Methods in org.apache.pdfbox.text with parameters of type COSDictionary Modifier and Type Method Description void
PDFMarkedContentExtractor. beginMarkedContentSequence(COSName tag, COSDictionary properties)
-