Uses of Class
org.apache.pdfbox.pdmodel.PDResources
Packages that use PDResources
Package
Description
This package contains provides classes for working with content streams.
The PDModel package represents a high level API for creating and manipulating PDF documents.
Classes to deal with font functionality in a PDF Document.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with colors that are stored in a PDF document.
This package deals with Form XObjects that are stored in a PDF document.
This package deals with images that are stored in a PDF document.
This package deals with patterns which are used instead of colors.
This is the visual signature part that help creating the visual representation for the digital signature.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDResources in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream declared as PDResourcesMethods in org.apache.pdfbox.contentstream that return PDResourcesModifier and TypeMethodDescriptionPDContentStream.getResources()
Returns this stream's resources, if any.PDFStreamEngine.getResources()
private PDResources
PDFStreamEngine.pushResources
(PDContentStream contentStream) Pushes the given stream's resources, returning the previous resources.Methods in org.apache.pdfbox.contentstream with parameters of type PDResourcesModifier and TypeMethodDescriptionprivate void
PDFStreamEngine.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 PDResourcesConstructors in org.apache.pdfbox.debugger.fontencodingpane with parameters of type PDResourcesModifierConstructorDescription(package private)
Type3Font
(PDType3Font font, PDResources resources) Constructor. -
Uses of PDResources in org.apache.pdfbox.debugger.streampane
Fields in org.apache.pdfbox.debugger.streampane declared as PDResourcesMethods in org.apache.pdfbox.debugger.streampane with parameters of type PDResourcesModifier and TypeMethodDescriptionStream.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 PDResourcesMethods in org.apache.pdfbox.debugger.streampane.tooltip with parameters of type PDResourcesModifier and TypeMethodDescriptionprivate void
SCNToolTip.createMarkUp
(PDResources resources, String colorSpaceName, String rowText) private void
FontToolTip.initUI
(String fontReferenceName, PDResources resources) Constructors in org.apache.pdfbox.debugger.streampane.tooltip with parameters of type PDResourcesModifierConstructorDescription(package private)
FontToolTip
(PDResources resources, String rowText) Constructor.(package private)
SCNToolTip
(PDResources resources, String colorSpaceName, String rowText) Constructor.ToolTipController
(PDResources resources) Constructor. -
Uses of PDResources in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDResourcesModifier and TypeFieldDescriptionprivate PDResources
PDPage.pageResources
protected final PDResources
PDAbstractContentStream.resources
private PDResources
PDPageContentStream.resources
Methods in org.apache.pdfbox.pdmodel that return PDResourcesModifier and TypeMethodDescriptionPDPage.getResources()
A dictionary containing any resources required by the page.Methods in org.apache.pdfbox.pdmodel with parameters of type PDResourcesModifier and TypeMethodDescriptionvoid
PDPage.setResources
(PDResources resources) This will set the resources for this page.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDResourcesModifierConstructorDescription(package private)
PDAbstractContentStream
(PDDocument document, OutputStream outputStream, PDResources resources) Create a new appearance stream. -
Uses of PDResources in org.apache.pdfbox.pdmodel.fixup.processor
Methods in org.apache.pdfbox.pdmodel.fixup.processor with parameters of type PDResourcesModifier and TypeMethodDescriptionprivate void
AcroFormOrphanWidgetsProcessor.addFontFromWidget
(PDResources acroFormResources, PDAnnotation annotation) private void
AcroFormOrphanWidgetsProcessor.ensureFontResources
(PDResources defaultResources, PDVariableText field) -
Uses of PDResources in org.apache.pdfbox.pdmodel.font
Fields in org.apache.pdfbox.pdmodel.font declared as PDResourcesMethods in org.apache.pdfbox.pdmodel.font that return PDResourcesModifier and TypeMethodDescriptionPDType3CharProc.getResources()
PDType3Font.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 PDResourcesModifier and TypeMethodDescriptionstatic PDXObject
PDXObject.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 PDResourcesMethods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResourcesModifier and TypeMethodDescriptionstatic PDColorSpace
PDColorSpace.create
(COSBase colorSpace, PDResources resources) Creates a color space given a name or array.static PDColorSpace
PDColorSpace.create
(COSBase colorSpace, PDResources resources, boolean wasDefault) Creates a color space given a name or array.static PDICCBased
PDICCBased.create
(COSArray iccArray, PDResources resources) Creates a new ICC color space using the PDF array, optionally using a resource cache.private static PDColorSpace
PDColorSpace.createFromCOSObject
(COSObject colorSpace, PDResources resources) Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResourcesModifierConstructorDescriptionPDIndexed
(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. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.form
Methods in org.apache.pdfbox.pdmodel.graphics.form that return PDResourcesModifier and TypeMethodDescriptionPDFormXObject.getResources()
This will get the resources for this Form XObject.Methods in org.apache.pdfbox.pdmodel.graphics.form with parameters of type PDResourcesModifier and TypeMethodDescriptionPDTransparencyGroupAttributes.getColorSpace
(PDResources resources) Returns the group color space or null if it isn't defined.void
PDFormXObject.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 PDResourcesModifier and TypeFieldDescriptionprivate final PDResources
PDImageXObject.resources
current resource dictionary (has color spaces)private final PDResources
PDInlineImage.resources
Constructors in org.apache.pdfbox.pdmodel.graphics.image with parameters of type PDResourcesModifierConstructorDescriptionPDImageXObject
(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 PDResourcesModifier and TypeMethodDescriptionPDTilingPattern.getResources()
This will get the resources for this pattern.Methods in org.apache.pdfbox.pdmodel.graphics.pattern with parameters of type PDResourcesModifier and TypeMethodDescriptionfinal void
PDTilingPattern.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 PDResourcesModifier and TypeFieldDescriptionprivate PDResources
PDFTemplateStructure.holderFormResources
private PDResources
PDFTemplateStructure.imageFormResources
private PDResources
PDFTemplateStructure.innerFormResources
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDResourcesModifier and TypeMethodDescriptionPDFTemplateStructure.getHolderFormResources()
Gets Holder form resourcesPDFTemplateStructure.getImageFormResources()
Gets image form resourcesPDFTemplateStructure.getInnerFormResources()
Gets inner form ResourceMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDResourcesModifier and TypeMethodDescriptionvoid
PDFTemplateBuilder.createBackgroundLayerForm
(PDResources innerFormResource, PDRectangle formatter) Creates the background layer form (n0).void
PDVisibleSigBuilder.createBackgroundLayerForm
(PDResources innerFormResource, PDRectangle bbox) void
PDFTemplateBuilder.createHolderForm
(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox) Creates Formvoid
PDVisibleSigBuilder.createHolderForm
(PDResources holderFormResources, PDStream holderFormStream, PDRectangle bbox) void
PDFTemplateBuilder.createImageForm
(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, AffineTransform affineTransform, PDImageXObject img) Creates Image formvoid
PDVisibleSigBuilder.createImageForm
(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, AffineTransform at, PDImageXObject img) void
PDFTemplateBuilder.createInnerForm
(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox) void
PDVisibleSigBuilder.createInnerForm
(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox) void
PDFTemplateBuilder.createWidgetDictionary
(PDSignatureField signatureField, PDResources holderFormResources) adds Widget Dictionaryvoid
PDVisibleSigBuilder.createWidgetDictionary
(PDSignatureField signatureField, PDResources holderFormResources) void
PDFTemplateBuilder.injectProcSetArray
(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) Inject procSetArrayvoid
PDVisibleSigBuilder.injectProcSetArray
(PDFormXObject innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) void
PDFTemplateBuilder.insertInnerFormToHolderResources
(PDFormXObject innerForm, PDResources holderFormResources) void
PDVisibleSigBuilder.insertInnerFormToHolderResources
(PDFormXObject innerForm, PDResources holderFormResources) void
PDFTemplateStructure.setHolderFormResources
(PDResources holderFormResources) Sets holder form resourcesvoid
PDFTemplateStructure.setImageFormResources
(PDResources imageFormResources) Sets image form resourcevoid
PDFTemplateStructure.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 PDResourcesModifier and TypeFieldDescriptionprivate final PDResources
PDDefaultAppearanceString.defaultResources
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDResourcesModifier and TypeMethodDescriptionPDAcroForm.getDefaultResources()
This will get the default resources for the AcroForm.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDResourcesModifier and TypeMethodDescriptionvoid
PDAcroForm.setDefaultResources
(PDResources dr) This will set the default resources for the acroform.Constructors in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDResourcesModifierConstructorDescription(package private)
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 PDResourcesModifier and TypeMethodDescriptionprotected void
ResourcesValidationProcess.validateExtGStates
(PreflightContext context, PDResources resources) protected void
ResourcesValidationProcess.validateFonts
(PreflightContext context, PDResources resources) Check that fonts present in the Resources dictionary match with PDF/A-1 rulesprotected void
ResourcesValidationProcess.validateShadingPattern
(PreflightContext context, PDResources resources) This method check the Shading entry of the resource dictionary if exists.protected void
ResourcesValidationProcess.validateTilingPattern
(PreflightContext context, PDResources resources) This method check the Shading entry of the resource dictionary if exists.protected void
ResourcesValidationProcess.validateXObjects
(PreflightContext context, PDResources resources)