Uses of Class
org.apache.pdfbox.pdmodel.PDPage
Packages that use PDPage
Package
Description
The pdfparser package contains classes to parse PDF documents and objects within the document.
The pdfviewer package contains classes to graphically display information about a PDF document.
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 PDModel edit package will be used to store classes for creating page content.
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.
This package contains utility classes that are used by the PDFBox project.
-
Uses of PDPage in org.apache.pdfbox.pdfparser
Methods in org.apache.pdfbox.pdfparser that return PDPage -
Uses of PDPage in org.apache.pdfbox.pdfviewer
Fields in org.apache.pdfbox.pdfviewer declared as PDPageMethods in org.apache.pdfbox.pdfviewer that return PDPageModifier and TypeMethodDescriptionPageDrawer.getPage()Get the page that is currently being drawn.Methods in org.apache.pdfbox.pdfviewer with parameters of type PDPageModifier and TypeMethodDescriptionvoidPageWrapper.displayPage(PDPage page) This will display the PDF page in this component.voidThis will draw the page to the requested context.voidThis will set the page that should be displayed in this panel. -
Uses of PDPage in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel that return PDPageModifier and TypeMethodDescriptionPDDocument.importPage(PDPage page) This will import and copy the contents from another location.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPageModifier and TypeMethodDescriptionvoidThis will add a page to the document.PDDocument.importPage(PDPage page) This will import and copy the contents from another location.booleanPDDocument.removePage(PDPage page) Remove the page from the document. -
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.edit
Constructors in org.apache.pdfbox.pdmodel.edit with parameters of type PDPageModifierConstructorDescriptionPDPageContentStream(PDDocument document, PDPage sourcePage) Create a new PDPage content stream.PDPageContentStream(PDDocument document, PDPage sourcePage, boolean appendContent, boolean compress) Create a new PDPage content stream.PDPageContentStream(PDDocument document, PDPage sourcePage, boolean appendContent, boolean compress, boolean resetContext) Create a new PDPage content stream. -
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 signatureName) Creates PDSignaturevoidPDVisibleSigBuilder.createSignature(PDSignatureField pdSignatureField, PDPage page, String signatureName) voidPDFTemplateBuilder.createTemplate(PDPage page) Creates template using pagevoidPDVisibleSigBuilder.createTemplate(PDPage page) voidPDFTemplateBuilder.injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) Inject procSetArrayvoidPDVisibleSigBuilder.injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet) voidSets document page -
Uses of PDPage in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDPageModifier and TypeMethodDescriptionPDFStreamEngine.getCurrentPage()Get the current page that is being processed.Methods in org.apache.pdfbox.util with parameters of type PDPageModifier and TypeMethodDescriptionLayerUtility.appendFormAsLayer(PDPage targetPage, PDXObjectForm form, AffineTransform transform, String layerName) Places the given form over the existing content of the indicated page (like an overlay).protected voidEnd a page.protected voidEnd a page.voidPDFTextStripperByArea.extractRegions(PDPage page) Process the page to extract the region text.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.processNextPage(PDPage page) Interface to start processing a new page.protected voidPDFTextStripper.processPage(PDPage page, COSStream content) This will process the contents of a page.voidPDFStreamEngine.processStream(PDPage aPage, PDResources resources, COSStream cosStream) This will process the contents of the stream.voidPDFStreamEngine.processSubStream(PDPage aPage, PDResources resources, COSStream cosStream) Process a sub stream of the current stream.protected voidStart 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.Constructors in org.apache.pdfbox.util with parameters of type PDPage