Uses of Class
org.apache.pdfbox.pdmodel.graphics.form.PDFormXObject
Packages that use PDFormXObject
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.
This package deals with Form XObjects that are stored in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
This is the visual signature part that help creating the visual representation for the digital signature.
-
Uses of PDFormXObject in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDFormXObjectModifier and TypeMethodDescriptionvoid
PDFStreamEngine.showForm
(PDFormXObject form) Shows a form from the content stream. -
Uses of PDFormXObject in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf that return PDFormXObjectModifier and TypeMethodDescriptionLayerUtility.importPageAsForm
(PDDocument sourceDoc, int pageNumber) Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.LayerUtility.importPageAsForm
(PDDocument sourceDoc, PDPage page) Imports a page from some PDF file as a Form XObject so it can be placed on another page in the target document.Methods in org.apache.pdfbox.multipdf with parameters of type PDFormXObjectModifier and TypeMethodDescriptionLayerUtility.appendFormAsLayer
(PDPage targetPage, PDFormXObject form, AffineTransform transform, String layerName) Places the given form over the existing content of the indicated page (like an overlay). -
Uses of PDFormXObject in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDFormXObjectModifier and TypeMethodDescriptionPDResources.add
(PDFormXObject form) Adds the given form to the resources of the current page and returns the name for the new resources.void
PDAbstractContentStream.drawForm
(PDFormXObject form) Draws the given Form XObject at the current location.void
PDPageContentStream.drawForm
(PDFormXObject form) Draws the given Form XObject at the current location.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDFormXObjectModifierConstructorDescriptionCreate a new form XObject content stream.PDPageContentStream
(PDDocument doc, PDFormXObject form, OutputStream outputStream) Create a new appearance stream. -
Uses of PDFormXObject in org.apache.pdfbox.pdmodel.graphics.form
Subclasses of PDFormXObject in org.apache.pdfbox.pdmodel.graphics.form -
Uses of PDFormXObject in org.apache.pdfbox.pdmodel.interactive.annotation
Subclasses of PDFormXObject in org.apache.pdfbox.pdmodel.interactive.annotationModifier and TypeClassDescriptionclass
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation rectangle.Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDFormXObjectModifier and TypeMethodDescriptionPDAppearanceCharacteristicsDictionary.getAlternateIcon()
This will retrieve the alternate icon.PDAppearanceCharacteristicsDictionary.getNormalIcon()
This will retrieve the normal icon.PDAppearanceCharacteristicsDictionary.getRolloverIcon()
This will retrieve the rollover icon. -
Uses of PDFormXObject in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as PDFormXObjectModifier and TypeFieldDescriptionprivate PDFormXObject
PDFTemplateStructure.holderForm
private PDFormXObject
PDFTemplateStructure.imageForm
private PDFormXObject
PDFTemplateStructure.innerForm
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDFormXObjectModifier and TypeMethodDescriptionPDFTemplateStructure.getHolderForm()
Gets Holder form.PDFTemplateStructure.getImageForm()
Gets Image form.PDFTemplateStructure.getInnerForm()
Gets inner form that is in this location: AcroForm/DR/XObject/{holder form name}/Resources/XObject/{inner name} By default inner form name starts with "n".Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDFormXObjectModifier and TypeMethodDescriptionvoid
PDFTemplateBuilder.createAppearanceDictionary
(PDFormXObject holderForml, PDSignatureField signatureField) Creates appearance dictionaryvoid
PDVisibleSigBuilder.createAppearanceDictionary
(PDFormXObject holderForml, PDSignatureField signatureField) 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.setHolderForm
(PDFormXObject holderForm) In the structure, form will be contained by XObject in the AcroForm/DR/void
PDFTemplateStructure.setImageForm
(PDFormXObject imageForm) Sets Image form.void
PDFTemplateStructure.setInnerForm
(PDFormXObject innerForm) sets inner form to this location: AcroForm/DR/XObject/{holder form name}/Resources/XObject/{destination} -
Uses of PDFormXObject in org.apache.pdfbox.preflight.content
Methods in org.apache.pdfbox.preflight.content with parameters of type PDFormXObjectModifier and TypeMethodDescriptionvoid
PreflightContentStream.validateXObjContentStream
(PDFormXObject form) Process the validation of a XObject Form -
Uses of PDFormXObject in org.apache.pdfbox.preflight.xobject
Fields in org.apache.pdfbox.preflight.xobject declared as PDFormXObjectModifier and TypeFieldDescription(package private) PDFormXObject
XObjFormValidator.pdXObj
High level object which represents the XObjectFormConstructors in org.apache.pdfbox.preflight.xobject with parameters of type PDFormXObject -
Uses of PDFormXObject in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDFormXObjectModifier and TypeMethodDescriptionvoid
PageDrawer.showForm
(PDFormXObject form) Shows a form from the content stream.