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.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
NonSequentialPDFParser.getPage(int pageNr)
Returns the page requested with all the objects loaded into it.
|
Modifier and Type | Field and Description |
---|---|
protected PDPage |
PageDrawer.page
Current page to be rendered.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PageDrawer.getPage()
Get the page that is currently being drawn.
|
Modifier and Type | Method and Description |
---|---|
void |
PageWrapper.displayPage(PDPage page)
This will display the PDF page in this component.
|
void |
PageDrawer.drawPage(Graphics g,
PDPage p,
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.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDStructureElement.getPage()
Returns the page on which some or all of the content items designated by
the K entry shall be rendered (Pg).
|
PDPage |
PDMarkedContentReference.getPage()
Gets the page.
|
Modifier and Type | Method and Description |
---|---|
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).
|
void |
PDMarkedContentReference.setPage(PDPage page)
Sets the page.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDAnnotation.getPage()
This will retrieve the corresponding page of this annotation.
|
Modifier and Type | Method and Description |
---|---|
void |
PDAnnotation.setPage(PDPage page)
This will set the corresponding page for this annotation.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDFTemplateStructure.getPage()
Returns document page.
|
Modifier and Type | Method and Description |
---|---|
void |
PDVisibleSigBuilder.createSignature(PDSignatureField pdSignatureField,
PDPage page,
String signatureName) |
void |
PDFTemplateBuilder.createSignature(PDSignatureField pdSignatureField,
PDPage page,
String signatureName)
Creates PDSignature
|
void |
PDVisibleSigBuilder.createTemplate(PDPage page) |
void |
PDFTemplateBuilder.createTemplate(PDPage page)
Creates template using page
|
void |
PDVisibleSigBuilder.injectProcSetArray(PDXObjectForm innerForm,
PDPage page,
PDResources innerFormResources,
PDResources imageFormResources,
PDResources holderFormResources,
COSArray procSet) |
void |
PDFTemplateBuilder.injectProcSetArray(PDXObjectForm innerForm,
PDPage page,
PDResources innerFormResources,
PDResources imageFormResources,
PDResources holderFormResources,
COSArray procSet)
Inject procSetArray
|
void |
PDFTemplateStructure.setPage(PDPage page)
Sets document page
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDPageDestination.getPage()
This will get the page for this destination.
|
Modifier and Type | Method and Description |
---|---|
void |
PDPageDestination.setPage(PDPage page)
Set the page for this destination.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDOutlineItem.findDestinationPage(PDDocument doc)
This method will attempt to find the page in this PDF document that this outline points to.
|
Modifier and Type | Method and Description |
---|---|
void |
PDOutlineItem.setDestination(PDPage page)
A convenience method that will create an XYZ destination using only the defaults.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDThreadBead.getPage()
Get the page that this bead is part of.
|
Modifier and Type | Method and Description |
---|---|
void |
PDThreadBead.setPage(PDPage page)
Set the page that this bead is part of.
|
Modifier and Type | Method and Description |
---|---|
PDPage |
PDFStreamEngine.getCurrentPage()
Get the current page that is being processed.
|
Modifier and Type | Method and Description |
---|---|
PDOptionalContentGroup |
LayerUtility.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 void |
PDFTextStripper.endPage(PDPage page)
End a page.
|
protected void |
PDFHighlighter.endPage(PDPage pdPage)
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.
|
Constructor and Description |
---|
TextPosition(PDPage page,
Matrix textPositionSt,
Matrix textPositionEnd,
float maxFontH,
float[] individualWidths,
float spaceWidth,
String string,
PDFont currentFont,
float fontSizeValue,
int fontSizeInPt,
float ws)
Constructor.
|
Copyright © 2002-2015 The Apache Software Foundation. All Rights Reserved.