Uses of Class
org.apache.pdfbox.pdmodel.PDPage
Packages that use PDPage
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.
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
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.
The destination package allows destinations into a pdf document to be specified.
The outline package allows for a PDF outline(bookmarks) to be created.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDPage in org.apache.pdfbox.contentstream
Fields in org.apache.pdfbox.contentstream declared as PDPageModifier and TypeFieldDescriptionprivate PDPage
PDFStreamEngine.currentPage
private final PDPage
PDFGraphicsStreamEngine.page
Methods in org.apache.pdfbox.contentstream that return PDPageModifier and TypeMethodDescriptionPDFStreamEngine.getCurrentPage()
protected final PDPage
PDFGraphicsStreamEngine.getPage()
Returns the page.Methods in org.apache.pdfbox.contentstream with parameters of type PDPageModifier and TypeMethodDescriptionprivate void
Initializes the stream engine for the given page.protected void
PDFStreamEngine.processChildStream
(PDContentStream contentStream, PDPage page) Process a child stream of the given page.void
PDFStreamEngine.processPage
(PDPage page) This will initialize and process the contents of the stream.Constructors in org.apache.pdfbox.contentstream with parameters of type PDPage -
Uses of PDPage in org.apache.pdfbox.debugger.pagepane
Fields in org.apache.pdfbox.debugger.pagepane declared as PDPage -
Uses of PDPage in org.apache.pdfbox.multipdf
Methods in org.apache.pdfbox.multipdf with parameters of type PDPageModifier 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).protected AffineTransform
Overlay.calculateAffineTransform
(PDPage page, PDRectangle overlayMediaBox) Calculate the transform to be used when positioning the overlay.private Overlay.LayoutPage
Overlay.createLayoutPage
(PDPage page) private COSStream
Overlay.createOverlayStream
(PDPage page, Overlay.LayoutPage layoutPage, COSName xObjectId) private COSName
Overlay.createOverlayXObject
(PDPage page, Overlay.LayoutPage layoutPage) 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.private void
Overlay.overlayPage
(PDPage page, Overlay.LayoutPage layoutPage, COSArray array) private void
Splitter.processAnnotations
(PDPage imported) protected void
Splitter.processPage
(PDPage page) Interface to start processing a new page.private void
PDFMergerUtility.updateStructParentEntries
(PDPage page, int structParentOffset) Update the StructParents and StructParent values in a PDPage.void
LayerUtility.wrapInSaveRestore
(PDPage page) Some applications may not wrap their page content in a save/restore (q/Q) pair which can lead to problems with coordinate system transformations when content is appended. -
Uses of PDPage in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageModifier and TypeMethodDescriptionPDPageTree.get
(int index) Returns the page at the given index.PDDocument.getPage
(int pageIndex) Returns the page at the given 0-based index.PDDocument.importPage
(PDPage page) This will import and copy the contents from another location.PDPageTree.PageIterator.next()
Methods in org.apache.pdfbox.pdmodel that return types with arguments of type PDPageModifier and TypeMethodDescriptionPDPageTree.iterator()
Returns an iterator which walks all pages in the tree, in order.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPageModifier and TypeMethodDescriptionvoid
Adds the given page to this page tree.void
This will add a page to the document.PDDocument.importPage
(PDPage page) This will import and copy the contents from another location.int
Returns the index of the given page, or -1 if it does not exist.void
PDPageTree.insertAfter
(PDPage newPage, PDPage prevPage) Insert a page after another page within a page tree.void
PDPageTree.insertBefore
(PDPage newPage, PDPage nextPage) Insert a page before another page within a page tree.void
Removes the given page from the page tree.void
PDDocument.removePage
(PDPage page) Remove the page from the document.Constructors in org.apache.pdfbox.pdmodel with parameters of type PDPageModifierConstructorDescriptionPDPageContentStream
(PDDocument document, PDPage sourcePage) Create a new PDPage content stream.PDPageContentStream
(PDDocument document, PDPage sourcePage, boolean appendContent, boolean compress) Deprecated.PDPageContentStream
(PDDocument document, PDPage sourcePage, boolean appendContent, boolean compress, boolean resetContext) PDPageContentStream
(PDDocument document, PDPage sourcePage, PDPageContentStream.AppendMode appendContent, boolean compress) Create a new PDPage content stream.PDPageContentStream
(PDDocument document, PDPage sourcePage, PDPageContentStream.AppendMode appendContent, boolean compress, boolean resetContext) Create a new PDPage content stream.private
SearchContext
(PDPage page) -
Uses of PDPage in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure
Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure that return PDPageModifier and TypeMethodDescriptionPDMarkedContentReference.getPage()
Gets the page.PDStructureElement.getPage()
Returns the page on which some or all of the content items designated by the K entry shall be rendered (Pg).Methods in org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure with parameters of type PDPage -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDPageModifier and TypeMethodDescriptionPDAnnotation.getPage()
This will retrieve the corresponding page of this annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDPage -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Fields in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible declared as PDPageMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDPageMethods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDPageModifier and TypeMethodDescriptionvoid
PDFTemplateBuilder.createSignature
(PDSignatureField pdSignatureField, PDPage page, String signerName) Creates the signature with the given name and assign it to the signature field parameter and assign the page parameter to the widget.void
PDVisibleSigBuilder.createSignature
(PDSignatureField pdSignatureField, PDPage page, String signerName) void
PDFTemplateBuilder.createTemplate
(PDPage page) Creates template using page.void
PDVisibleSigBuilder.createTemplate
(PDPage page) Creates a PDDocument and adds the page parameter to it and keeps this as a template in the PDF template Structure.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
Sets document page -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDPageModifier and TypeMethodDescriptionprivate void
PDAcroForm.fillPagesAnnotationMap
(Map<COSDictionary, Set<COSDictionary>> pagesAnnotationsMap, PDPage page, PDAnnotationWidget widget) -
Uses of PDPage in org.apache.pdfbox.preflight.content
Fields in org.apache.pdfbox.preflight.content declared as PDPageConstructors in org.apache.pdfbox.preflight.content with parameters of type PDPageModifierConstructorDescriptionPreflightContentStream
(PreflightContext _context, PDPage _page) PreflightStreamEngine
(PreflightContext context, PDPage page) -
Uses of PDPage in org.apache.pdfbox.preflight.font.util
Constructors in org.apache.pdfbox.preflight.font.util with parameters of type PDPageModifierConstructorDescriptionPreflightType3Stream
(PreflightContext context, PDPage page, PDType3CharProc charProc) -
Uses of PDPage in org.apache.pdfbox.preflight.process
Methods in org.apache.pdfbox.preflight.process with parameters of type PDPageModifier and TypeMethodDescriptionprotected void
PageTreeValidationProcess.validatePage
(PreflightContext context, PDPage page) -
Uses of PDPage in org.apache.pdfbox.preflight.process.reflect
Methods in org.apache.pdfbox.preflight.process.reflect with parameters of type PDPageModifier and TypeMethodDescriptionprotected void
ShadingPatternValidationProcess.checkColorSpace
(PreflightContext context, PDPage page, PDShading shadingRes) Checks if the ColorSapce entry is consistent which rules of the PDF Reference and the ISO 190005-1:2005 Specification.protected void
ShadingPatternValidationProcess.checkGraphicState
(PreflightContext context, PDPage page, PDShading shadingRes) Check the Extended Graphic State contains in the ShadingPattern dictionary if it is present.protected void
TilingPatternValidationProcess.checkMandatoryFields
(PreflightContext context, PDPage page, PDTilingPattern pattern) This method checks if required fields are present.protected void
TilingPatternValidationProcess.parsePatternContent
(PreflightContext context, PDPage page, PDTilingPattern pattern) Validate the Pattern content like Color and Show Text Operators using an instance of ContentStreamWrapper.protected void
TilingPatternValidationProcess.parseResources
(PreflightContext context, PDPage page, PDTilingPattern pattern) protected void
SinglePageValidationProcess.validateActions
(PreflightContext context, PDPage page) This method checks additional actions contained in the given Page object.protected void
SinglePageValidationProcess.validateAnnotation
(PreflightContext context, PDPage page) protected void
SinglePageValidationProcess.validateColorSpaces
(PreflightContext context, PDPage page) Check that all ColorSpace present in the Resource dictionary are conforming to the ISO 19005:2005-1 specification.protected void
SinglePageValidationProcess.validateContent
(PreflightContext context, PDPage page) protected void
SinglePageValidationProcess.validateGraphicObjects
(PreflightContext context, PDPage page) Check that all XObject references in the PDResource of the page and in the Thumb entry are confirming to the PDF/A specification.protected void
SinglePageValidationProcess.validateGroupTransparency
(PreflightContext context, PDPage page) Check that the group dictionary doesn't have a Transparency attributeprotected void
SinglePageValidationProcess.validateResources
(PreflightContext context, PDPage page) -
Uses of PDPage in org.apache.pdfbox.printing
Methods in org.apache.pdfbox.printing with parameters of type PDPageModifier and TypeMethodDescription(package private) static PDRectangle
PDFPrintable.getRotatedCropBox
(PDPage page) This will find the CropBox with rotation applied, for this page by looking up the hierarchy until it finds them.(package private) static PDRectangle
PDFPrintable.getRotatedMediaBox
(PDPage page) This will find the MediaBox with rotation applied, for this page by looking up the hierarchy until it finds them. -
Uses of PDPage in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDPageMethods in org.apache.pdfbox.rendering that return PDPageMethods in org.apache.pdfbox.rendering with parameters of type PDPageConstructors in org.apache.pdfbox.rendering with parameters of type PDPageModifierConstructorDescription(package private)
PageDrawerParameters
(PDFRenderer renderer, PDPage page, boolean subsamplingAllowed, RenderDestination destination, RenderingHints renderingHints, float imageDownscalingOptimizationThreshold) Package-private constructor. -
Uses of PDPage in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type PDPageModifier and TypeMethodDescriptionprotected void
End a page.void
PDFTextStripperByArea.extractRegions
(PDPage page) Process the page to extract the region text.private void
PDFTextStripper.fillBeadRectangles
(PDPage page) void
LegacyPDFStreamEngine.processPage
(PDPage page) This will initialize and process the contents of the stream.void
PDFTextStripper.processPage
(PDPage page) This will process the contents of a page.protected void
Start a new page. -
Uses of PDPage in org.apache.pdfbox.tools
Constructors in org.apache.pdfbox.tools with parameters of type PDPage
PDPageContentStream(PDDocument, PDPage, PDPageContentStream.AppendMode, boolean)