Uses of Class
org.apache.pdfbox.pdmodel.PDPage
-
Packages that use PDPage Package Description org.apache.pdfbox.pdfparser The pdfparser package contains classes to parse PDF documents and objects within the document.org.apache.pdfbox.pdfviewer The pdfviewer package contains classes to graphically display information about a PDF document.org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.documentinterchange.logicalstructure The logical structure package provides a mechanism for incorporating structural information about a document's content into a PDF file.org.apache.pdfbox.pdmodel.edit The PDModel edit package will be used to store classes for creating page content.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible This is the visual signature part that help creating the visual representation for the digital signature.org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination The destination package allows destinations into a pdf document to be specified.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.pdmodel.interactive.pagenavigation A package to allow provide access to PDF page navigation functionality.org.apache.pdfbox.util 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 Modifier and Type Method Description PDPage
NonSequentialPDFParser. getPage(int pageNr)
Returns the page requested with all the objects loaded into it. -
Uses of PDPage in org.apache.pdfbox.pdfviewer
Fields in org.apache.pdfbox.pdfviewer declared as PDPage Modifier and Type Field Description protected PDPage
PageDrawer. page
Current page to be rendered.Methods in org.apache.pdfbox.pdfviewer that return PDPage Modifier and Type Method Description PDPage
PageDrawer. getPage()
Get the page that is currently being drawn.Methods in org.apache.pdfbox.pdfviewer with parameters of type PDPage Modifier and Type Method Description void
PageWrapper. displayPage(PDPage page)
This will display the PDF page in this component.void
PageDrawer. drawPage(java.awt.Graphics g, PDPage p, java.awt.Dimension pageDimension)
This will draw the page to the requested context.void
PDFPagePanel. setPage(PDPage pdfPage)
This 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 PDPage Modifier and Type Method Description PDPage
PDDocument. importPage(PDPage page)
This will import and copy the contents from another location.Methods in org.apache.pdfbox.pdmodel with parameters of type PDPage Modifier and Type Method Description void
PDDocument. addPage(PDPage page)
This will add a page to the document.PDPage
PDDocument. importPage(PDPage page)
This will import and copy the contents from another location.boolean
PDDocument. 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 PDPage Modifier and Type Method Description PDPage
PDMarkedContentReference. getPage()
Gets the page.PDPage
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 Modifier and Type Method Description void
PDMarkedContentReference. setPage(PDPage page)
Sets the page.void
PDStructureElement. setPage(PDPage page)
Sets 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.edit
Constructors in org.apache.pdfbox.pdmodel.edit with parameters of type PDPage Constructor Description PDPageContentStream(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 PDPage Modifier and Type Method Description PDPage
PDAnnotation. getPage()
This will retrieve the corresponding page of this annotation.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDPage Modifier and Type Method Description void
PDAnnotation. setPage(PDPage page)
This will set the corresponding page for this annotation. -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible that return PDPage Modifier and Type Method Description PDPage
PDFTemplateStructure. getPage()
Returns document page.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature.visible with parameters of type PDPage Modifier and Type Method Description void
PDFTemplateBuilder. createSignature(PDSignatureField pdSignatureField, PDPage page, java.lang.String signatureName)
Creates PDSignaturevoid
PDVisibleSigBuilder. createSignature(PDSignatureField pdSignatureField, PDPage page, java.lang.String signatureName)
void
PDFTemplateBuilder. createTemplate(PDPage page)
Creates template using pagevoid
PDVisibleSigBuilder. createTemplate(PDPage page)
void
PDFTemplateBuilder. injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)
Inject procSetArrayvoid
PDVisibleSigBuilder. injectProcSetArray(PDXObjectForm innerForm, PDPage page, PDResources innerFormResources, PDResources imageFormResources, PDResources holderFormResources, COSArray procSet)
void
PDFTemplateStructure. setPage(PDPage page)
Sets document page -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination that return PDPage Modifier and Type Method Description PDPage
PDPageDestination. getPage()
This will get the page for this destination.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.destination with parameters of type PDPage Modifier and Type Method Description void
PDPageDestination. setPage(PDPage page)
Set the page for this destination. -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDPage Modifier and Type Method Description PDPage
PDOutlineItem. findDestinationPage(PDDocument doc)
This method will attempt to find the page in this PDF document that this outline points to.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDPage Modifier and Type Method Description void
PDOutlineItem. setDestination(PDPage page)
A convenience method that will create an XYZ destination using only the defaults. -
Uses of PDPage in org.apache.pdfbox.pdmodel.interactive.pagenavigation
Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation that return PDPage Modifier and Type Method Description PDPage
PDThreadBead. getPage()
Get the page that this bead is part of.Methods in org.apache.pdfbox.pdmodel.interactive.pagenavigation with parameters of type PDPage Modifier and Type Method Description void
PDThreadBead. setPage(PDPage page)
Set the page that this bead is part of. -
Uses of PDPage in org.apache.pdfbox.util
Methods in org.apache.pdfbox.util that return PDPage Modifier and Type Method Description PDPage
PDFStreamEngine. getCurrentPage()
Get the current page that is being processed.Methods in org.apache.pdfbox.util with parameters of type PDPage Modifier and Type Method Description PDOptionalContentGroup
LayerUtility. appendFormAsLayer(PDPage targetPage, PDXObjectForm form, java.awt.geom.AffineTransform transform, java.lang.String layerName)
Places the given form over the existing content of the indicated page (like an overlay).protected void
PDFHighlighter. endPage(PDPage pdPage)
End a page.protected void
PDFTextStripper. endPage(PDPage page)
End a page.void
PDFTextStripperByArea. extractRegions(PDPage page)
Process the page to extract the region text.PDXObjectForm
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 void
Splitter. processNextPage(PDPage page)
Interface to start processing a new page.protected void
PDFTextStripper. processPage(PDPage page, COSStream content)
This will process the contents of a page.void
PDFStreamEngine. processStream(PDPage aPage, PDResources resources, COSStream cosStream)
This will process the contents of the stream.void
PDFStreamEngine. processSubStream(PDPage aPage, PDResources resources, COSStream cosStream)
Process a sub stream of the current stream.protected void
PDFTextStripper. startPage(PDPage page)
Start a new page.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.Constructors in org.apache.pdfbox.util with parameters of type PDPage Constructor Description TextPosition(PDPage page, Matrix textPositionSt, Matrix textPositionEnd, float maxFontH, float[] individualWidths, float spaceWidth, java.lang.String string, PDFont currentFont, float fontSizeValue, int fontSizeInPt, float ws)
Constructor.
-