Uses of Class
org.apache.pdfbox.pdmodel.PDResources
-
Packages that use PDResources Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.debugger.fontencodingpane org.apache.pdfbox.debugger.streampane org.apache.pdfbox.debugger.streampane.tooltip org.apache.pdfbox.multipdf org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.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.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.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.pattern This package deals with patterns which are used instead of colors.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.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.preflight.process.reflect -
-
Uses of PDResources in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream declared as PDResources Modifier and Type Field Description private PDResourcesPDFStreamEngine. resourcesMethods in org.apache.pdfbox.contentstream that return PDResources Modifier and Type Method Description PDResourcesPDContentStream. getResources()Returns this stream's resources, if any.PDResourcesPDFStreamEngine. getResources()private PDResourcesPDFStreamEngine. pushResources(PDContentStream contentStream)Pushes the given stream's resources, returning the previous resources.Methods in org.apache.pdfbox.contentstream with parameters of type PDResources Modifier and Type Method Description private voidPDFStreamEngine. popResources(PDResources parentResources)Pops the current resources, replacing them with the given resources. -
Uses of PDResources in org.apache.pdfbox.debugger.fontencodingpane
Fields in org.apache.pdfbox.debugger.fontencodingpane declared as PDResources Modifier and Type Field Description private PDResourcesType3Font. resourcesConstructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDResources Constructor Description Type3Font(PDType3Font font, PDResources resources)Constructor. -
Uses of PDResources in org.apache.pdfbox.debugger.streampane
Fields in org.apache.pdfbox.debugger.streampane declared as PDResources Modifier and Type Field Description private PDResourcesStreamPane. resourcesMethods in org.apache.pdfbox.debugger.streampane with parameters of type PDResources Modifier and Type Method Description java.awt.image.BufferedImageStream. getImage(PDResources resources)Provide the image for stream. -
Uses of PDResources in org.apache.pdfbox.debugger.streampane.tooltip
Fields in org.apache.pdfbox.debugger.streampane.tooltip declared as PDResources Modifier and Type Field Description private PDResourcesToolTipController. resourcesMethods in org.apache.pdfbox.debugger.streampane.tooltip with parameters of type PDResources Modifier and Type Method Description private voidSCNToolTip. createMarkUp(PDResources resources, java.lang.String colorSpaceName, java.lang.String rowText)private voidFontToolTip. initUI(java.lang.String fontReferenceName, PDResources resources)Constructors in org.apache.pdfbox.debugger.streampane.tooltip with parameters of type PDResources Constructor Description FontToolTip(PDResources resources, java.lang.String rowText)Constructor.SCNToolTip(PDResources resources, java.lang.String colorSpaceName, java.lang.String rowText)Constructor.ToolTipController(PDResources resources)Constructor. -
Uses of PDResources in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDResources 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) -
Uses of PDResources in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDResources Modifier and Type Field Description private PDResourcesPDPage. pageResourcesprotected PDResourcesPDAbstractContentStream. resourcesMethods in org.apache.pdfbox.pdmodel that return PDResources Modifier and Type Method Description PDResourcesPDPage. getResources()A dictionary containing any resources required by the page.Methods in org.apache.pdfbox.pdmodel with parameters of type PDResources Modifier and Type Method Description voidPDPage. setResources(PDResources resources)This will set the resources for this page.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDResources Constructor Description PDAbstractContentStream(PDDocument document, java.io.OutputStream outputStream, PDResources resources)Create a new appearance stream.PDPageContentStream(PDDocument document, PDPage sourcePage, PDPageContentStream.AppendMode appendContent, boolean compress, boolean resetContext, PDStream stream, PDResources resources) -
Uses of PDResources in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type PDResources Modifier and Type Method Description private voidAcroFormOrphanWidgetsProcessor. addFontFromWidget(PDResources acroFormResources, PDAnnotation annotation)Add font resources from the widget to the AcroForm to make sure embedded fonts are being used and not added by ensureFontResources potentially using a fallback font.private voidAcroFormOrphanWidgetsProcessor. ensureFontResources(PDResources defaultResources, PDVariableText field)private voidAcroFormOrphanWidgetsProcessor. handleAnnotations(PDAcroForm acroForm, PDResources acroFormResources, java.util.List<PDField> fields, java.util.List<PDAnnotation> annotations, java.util.Map<java.lang.String,PDField> nonTerminalFieldsMap) -
Uses of PDResources in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDResources Modifier and Type Field Description private PDResourcesPDType3Font. resourcesMethods in org.apache.pdfbox.pdmodel.font that return PDResources Modifier and Type Method Description PDResourcesPDType3CharProc. getResources()PDResourcesPDType3Font. getResources()Returns the optional resources of the type3 stream. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics
Methods in org.apache.pdfbox.pdmodel.graphics with parameters of type PDResources Modifier and Type Method Description static PDXObjectPDXObject. createXObject(COSBase base, PDResources resources)Creates a new XObject instance of the appropriate type for the COS stream. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as PDResources Modifier and Type Field Description private PDResourcesPDPattern. resourcesMethods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResources Modifier and Type Method Description static PDColorSpacePDColorSpace. create(COSBase colorSpace, PDResources resources)Creates a color space given a name or array.static PDColorSpacePDColorSpace. create(COSBase colorSpace, PDResources resources, boolean wasDefault)Creates a color space given a name or array.static PDICCBasedPDICCBased. create(COSArray iccArray, PDResources resources)Creates a new ICC color space using the PDF array, optionally using a resource cache.private static PDColorSpacePDColorSpace. createFromCOSObject(COSObject colorSpace, PDResources resources)java.util.Map<java.lang.String,PDSeparation>PDDeviceNAttributes. getColorants(PDResources resources)Returns a map of colorants and their associated Separation color space.private voidPDDeviceN. initColorConversionCache(PDResources resources)Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResources Constructor Description PDDeviceN(COSArray deviceN, PDResources resources)Creates a new DeviceN color space from the given COS array.PDIndexed(COSArray indexedArray, PDResources resources)Creates a new indexed color space from the given PDF array.PDPattern(PDResources resources)Creates a new pattern color space.PDPattern(PDResources resources, PDColorSpace colorSpace)Creates a new uncolored tiling pattern color space.PDSeparation(COSArray separation, PDResources resources)Creates a new Separation color space from a PDF color space array. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return PDResources Modifier and Type Method Description PDResourcesPDFormXObject. getResources()This will get the resources for this Form XObject.Methods in org.apache.pdfbox.pdmodel.graphics.form with parameters of type PDResources Modifier and Type Method Description PDColorSpacePDTransparencyGroupAttributes. getColorSpace(PDResources resources)Returns the group color space or null if it isn't defined.voidPDFormXObject. setResources(PDResources resources)This will set the resources for this page. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.image
Fields in org.apache.pdfbox.pdmodel.graphics.image declared as PDResources Modifier and Type Field Description private PDResourcesPDImageXObject. resourcescurrent resource dictionary (has color spaces)private PDResourcesPDInlineImage. resourcesConstructors in org.apache.pdfbox.pdmodel.graphics.image with parameters of type PDResources Constructor Description PDImageXObject(PDStream stream, PDResources resources)Creates an Image XObject with the given stream as its contents and current color spaces.PDInlineImage(COSDictionary parameters, byte[] data, PDResources resources)Creates an inline image from the given parameters and data. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.pattern
Methods in org.apache.pdfbox.pdmodel.graphics.pattern that return PDResources Modifier and Type Method Description PDResourcesPDTilingPattern. getResources()This will get the resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDResources Modifier and Type Method Description voidPDTilingPattern. setResources(PDResources resources)This will set the resources for this pattern. -
Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as PDResources Modifier and Type Field Description private PDResourcesPDFTemplateStructure. holderFormResourcesprivate PDResourcesPDFTemplateStructure. imageFormResourcesprivate PDResourcesPDFTemplateStructure. innerFormResourcesMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDResources Modifier and Type Method Description PDResourcesPDFTemplateStructure. getHolderFormResources()Gets Holder form resourcesPDResourcesPDFTemplateStructure. getImageFormResources()Gets image form resourcesPDResourcesPDFTemplateStructure. getInnerFormResources()Gets inner form ResourceMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDResources Modifier and Type Method Description voidPDFTemplateBuilder. createBackgroundLayerForm(PDResources innerFormResource, PDRectangle bbox)Creates the background layer form (n0).voidPDVisibleSigBuilder. createBackgroundLayerForm(PDResources innerFormResource, PDRectangle bbox)voidPDFTemplateBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox)Creates FormvoidPDVisibleSigBuilder. createHolderForm(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox)voidPDFTemplateBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, java.awt.geom.AffineTransform affineTransform, PDImageXObject img)Creates Image formvoidPDVisibleSigBuilder. createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, java.awt.geom.AffineTransform at, PDImageXObject img)voidPDFTemplateBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox)Creates InnerForm.voidPDVisibleSigBuilder. createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox)voidPDFTemplateBuilder. createWidgetDictionary(PDSignatureField signatureField, PDResources holderFormResources)adds Widget DictionaryvoidPDVisibleSigBuilder. createWidgetDictionary(PDSignatureField signatureField, PDResources holderFormResources)voidPDFTemplateBuilder. injectProcSetArray(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)Inject procSetArrayvoidPDVisibleSigBuilder. injectProcSetArray(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)voidPDFTemplateBuilder. insertInnerFormToHolderResources(PDFormXObject innerForm, PDResources holderFormResources)Insert given from as inner form.voidPDVisibleSigBuilder. insertInnerFormToHolderResources(PDFormXObject innerForm, PDResources holderFormResources)voidPDFTemplateStructure. setHolderFormResources(PDResources holderFormResources)Sets holder form resourcesvoidPDFTemplateStructure. setImageFormResources(PDResources imageFormResources)Sets image form resourcevoidPDFTemplateStructure. setInnerFormResources(PDResources innerFormResources)Sets inner form resource -
Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PDResources Modifier and Type Field Description private PDResourcesPDDefaultAppearanceString. defaultResourcesMethods in org.apache.pdfbox.pdmodel.interactive.form that return PDResources Modifier and Type Method Description PDResourcesPDAcroForm. getDefaultResources()This will get the default resources for the AcroForm.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDResources Modifier and Type Method Description voidPDAcroForm. setDefaultResources(PDResources dr)This will set the default resources for the acroform.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDResources Constructor Description PDDefaultAppearanceString(COSString defaultAppearance, PDResources defaultResources)Constructor for reading an existing DA string. -
Uses of PDResources in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type PDResources Modifier and Type Method Description protected voidResourcesValidationProcess. validateExtGStates(PreflightContext context, PDResources resources)protected voidResourcesValidationProcess. validateFonts(PreflightContext context, PDResources resources)Check that fonts present in the Resources dictionary match with PDF/A-1 rulesprotected voidResourcesValidationProcess. validateShadingPattern(PreflightContext context, PDResources resources)This method check the Shading entry of the resource dictionary if exists.protected voidResourcesValidationProcess. validateTilingPattern(PreflightContext context, PDResources resources)This method check the Shading entry of the resource dictionary if exists.protected voidResourcesValidationProcess. validateXObjects(PreflightContext context, PDResources resources)
-