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
Methods in org.apache.pdfbox.contentstream that return PDResourcesModifier and TypeMethodDescriptionPDContentStream.getResources()Returns this stream's resources, if any.PDFStreamEngine.getResources() -
Uses of PDResources in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as PDResourcesModifier and TypeFieldDescriptionprotected final PDResourcesPDAbstractContentStream.resourcesprotected final PDResourcesPDAbstractContentStream.resourcesprotected final PDResourcesPDAbstractContentStream.resourcesMethods 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 TypeMethodDescriptionvoidPDPage.setResources(PDResources resources) This will set the resources for this page. -
Uses of PDResources in org.apache.pdfbox.pdmodel.font
Methods 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 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
Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResourcesModifier and TypeMethodDescriptionstatic 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.PDDeviceNAttributes.getColorants(PDResources resources) Returns a map of colorants and their associated Separation color space.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDResourcesModifierConstructorDescriptionPDDeviceN(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 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.voidPDFormXObject.setResources(PDResources resources) This will set the resources for this page. -
Uses of PDResources in org.apache.pdfbox.pdmodel.graphics.image
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 voidPDTilingPattern.setResources(PDResources resources) This will set the resources for this pattern. -
Uses of PDResources in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
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 TypeMethodDescriptionvoidPDFTemplateBuilder.createBackgroundLayerForm(PDResources innerFormResource, PDRectangle formatter) 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, AffineTransform affineTransform, PDImageXObject img) Creates Image formvoidPDVisibleSigBuilder.createImageForm(PDResources imageFormResources, PDResources innerFormResource, PDStream imageFormStream, PDRectangle bbox, AffineTransform at, PDImageXObject img) voidPDFTemplateBuilder.createInnerForm(PDResources innerFormResources, PDStream innerFormStream, PDRectangle bbox) 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) 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
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 TypeMethodDescriptionvoidPDAcroForm.setDefaultResources(PDResources dr) This will set the default resources for the acroform.