| Package | Description |
|---|---|
| org.sejda.sambox.contentstream | |
| org.sejda.sambox.output | |
| org.sejda.sambox.pdmodel | |
| org.sejda.sambox.pdmodel.documentinterchange.logicalstructure |
The logical structure package provides a mechanism for incorporating
structural information about a document's content into a PDF file.
|
| org.sejda.sambox.pdmodel.interactive.annotation | |
| org.sejda.sambox.pdmodel.interactive.documentnavigation.destination |
The destination package allows destinations into a pdf document to be specified.
|
| org.sejda.sambox.pdmodel.interactive.documentnavigation.outline |
The outline package allows for a PDF outline(bookmarks) to be created.
|
| org.sejda.sambox.pdmodel.interactive.pagenavigation |
A package to allow provide access to PDF page navigation functionality.
|
| org.sejda.sambox.rendering | |
| org.sejda.sambox.text |
| Modifier and Type | Method and Description |
|---|---|
PDPage |
PDFStreamEngine.getCurrentPage()
Returns the current page.
|
protected PDPage |
PDFGraphicsStreamEngine.getPage() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
PDFStreamEngine.processChildStream(PDContentStream contentStream,
PDPage page)
Process a child stream of the given page.
|
void |
PDFStreamEngine.processPage(PDPage page)
This will initialise and process the contents of the stream.
|
| Constructor and Description |
|---|
PDFGraphicsStreamEngine(PDPage page)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExistingPagesSizePredictor.addPage(PDPage page)
Adds a
PDPage to the predicted size. |
| Modifier and Type | Method and Description |
|---|---|
PDPage |
PDPageTree.get(int index)
Returns the page at the given index.
|
PDPage |
PDDocument.getPage(int pageIndex) |
PDPage |
PDDocument.importPage(PDPage page)
This will import and copy the contents from another location.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<PDPage> |
PDPageTree.iterator()
Returns an iterator which walks all pages in the tree, in order.
|
Stream<PDPage> |
PDPageTree.stream() |
| Modifier and Type | Method and Description |
|---|---|
void |
PDPageTree.add(PDPage page)
Adds the given page to this page tree.
|
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.
|
int |
PDPageTree.indexOf(PDPage page)
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 |
PDPageTree.remove(PDPage page)
Removes the given page from the page tree.
|
void |
PDDocument.removePage(PDPage page)
Remove the page from the document.
|
| Constructor and Description |
|---|
PDPageContentStream(PDDocument document,
PDPage sourcePage)
Create a new PDPage content stream.
|
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.
|
| 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.
|
| 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 |
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 a local 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 |
PageDrawerParameters.getPage()
Returns the page.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
PDFTextStripper.endPage(PDPage page)
End a page.
|
void |
PDFTextStripperByArea.extractRegions(PDPage page)
Process the page to extract the region text.
|
void |
PDFTextStreamEngine.processPage(PDPage page)
This will initialise and process the contents of the stream.
|
void |
PDFTextStripper.processPage(PDPage page)
This will process the contents of a page.
|
protected void |
PDFTextStripper.startPage(PDPage page)
Start a new page.
|
Copyright © 2020 sejda. All rights reserved.