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.
A package to allow provide access to PDF page navigation functionality.
-
Uses of PDPage in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream that return PDPageModifier and TypeMethodDescriptionPDFStreamEngine.getCurrentPage()protected final PDPagePDFGraphicsStreamEngine.getPage()Returns the page.Methods in org.apache.pdfbox.contentstream with parameters of type PDPageModifier and TypeMethodDescriptionprotected voidPDFStreamEngine.processChildStream(PDContentStream contentStream, PDPage page) Process a child stream of the given page.voidPDFStreamEngine.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.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 AffineTransformOverlay.calculateAffineTransform(PDPage page, PDRectangle overlayMediaBox) Calculate the transform to be used when positioning the overlay.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.protected voidSplitter.processPage(PDPage page) Interface to start processing a new page.voidLayerUtility.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.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 TypeMethodDescriptionvoidAdds the given page to this page tree.voidThis will add a page to the document.PDDocument.importPage(PDPage page) This will import and copy the contents from another location.intReturns the index of the given page, or -1 if it does not exist.voidPDPageTree.insertAfter(PDPage newPage, PDPage prevPage) Insert a page after another page within a page tree.voidPDPageTree.insertBefore(PDPage newPage, PDPage nextPage) Insert a page before another page within a page tree.voidRemoves the given page from the page tree.voidPDDocument.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. -
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.PDObjectReference.getPage()Get the page on which the object shall be rendered.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 PDPageModifier and TypeMethodDescriptionvoidSets the page.voidSets the page on which the object shall be rendered.voidSets the page on which some or all of the content items designated by the K entry shall be rendered (Pg). -
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
Methods 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 TypeMethodDescriptionvoidPDFTemplateBuilder.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.voidPDVisibleSigBuilder.createSignature(PDSignatureField pdSignatureField, PDPage page, String signerName) voidPDFTemplateBuilder.createTemplate(PDPage page) Creates template using page.voidPDVisibleSigBuilder.createTemplate(PDPage page) Creates a PDDocument and adds the page parameter to it and keeps this as a template in the PDF template Structure.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) voidSets document page -
Uses of PDPage in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering that return PDPage -
Uses of PDPage in org.apache.pdfbox.text
Methods in org.apache.pdfbox.text with parameters of type PDPageModifier and TypeMethodDescriptionprotected voidEnd a page.voidPDFTextStripperByArea.extractRegions(PDPage page) Process the page to extract the region text.voidPDFTextStripper.processPage(PDPage page) This will process the contents of a page.protected voidStart a new page.
PDPageContentStream(PDDocument, PDPage, PDPageContentStream.AppendMode, boolean)