| Package | Description |
|---|---|
| org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
| org.apache.pdfbox.contentstream.operator |
This package contains implementations of all of the PDF operators.
|
| org.apache.pdfbox.contentstream.operator.graphics |
This package contains implementations of all of the PDF graphics operators.
|
| org.apache.pdfbox.preflight.content | |
| org.apache.pdfbox.preflight.font.util | |
| org.apache.pdfbox.rendering | |
| org.apache.pdfbox.text |
| Modifier and Type | Class and Description |
|---|---|
class |
PDFGraphicsStreamEngine
PDFStreamEngine subclass for advanced processing of graphics.
|
| Modifier and Type | Field and Description |
|---|---|
protected PDFStreamEngine |
OperatorProcessor.context
The processing context.
|
| Modifier and Type | Method and Description |
|---|---|
protected PDFStreamEngine |
OperatorProcessor.getContext()
Returns the processing context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OperatorProcessor.setContext(PDFStreamEngine context)
Sets the processing context.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GraphicsOperatorProcessor.setContext(PDFStreamEngine context) |
| Modifier and Type | Class and Description |
|---|---|
class |
PreflightContentStream |
class |
PreflightStreamEngine
This class inherits from org.apache.pdfbox.util.PDFStreamEngine to allow the validation of specific rules in
ContentStream.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PreflightType3Stream
This class is used to parse a glyph of a Type3 font program.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PageDrawer
Paints a page in a PDF document to a Graphics context.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PDFMarkedContentExtractor
This is an stream engine to extract the marked content of a pdf.
|
class |
PDFTextStripper
This class will take a pdf document and strip out all of the text and ignore the
formatting and such.
|
class |
PDFTextStripperByArea
This will extract text from a specified region in the PDF.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.