| 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.examples.rendering | |
| org.apache.pdfbox.examples.util | The packages in this package will show how to use the PDFBox util API. | 
| org.apache.pdfbox.preflight.content | |
| org.apache.pdfbox.preflight.font.util | |
| org.apache.pdfbox.rendering | |
| org.apache.pdfbox.text | |
| org.apache.pdfbox.tools | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFGraphicsStreamEnginePDFStreamEngine subclass for advanced processing of graphics. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected PDFStreamEngine | OperatorProcessor. contextThe 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  | CustomGraphicsStreamEngineExample of a custom PDFGraphicsStreamEngine subclass. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DrawPrintTextLocationsThis is an example on how to get some x/y coordinates of text and to show them in a rendered
 image. | 
| class  | PDFHighlighterHighlighting of words in a PDF document with an XML file. | 
| class  | PrintImageLocationsThis is an example on how to get the x/y coordinates of image locations. | 
| class  | PrintTextColorsThis is an example on how to get the colors of text. | 
| class  | PrintTextLocationsThis is an example on how to get some x/y coordinates of text. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PreflightContentStream | 
| class  | PreflightStreamEngineThis class inherits from org.apache.pdfbox.util.PDFStreamEngine to allow the validation of specific rules in
 ContentStream. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PreflightType3StreamThis class is used to parse a glyph of a Type3 font program. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PageDrawerPaints a page in a PDF document to a Graphics context. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFMarkedContentExtractorThis is an stream engine to extract the marked content of a pdf. | 
| class  | PDFTextStripperThis class will take a pdf document and strip out all of the text and ignore the formatting and such. | 
| class  | PDFTextStripperByAreaThis will extract text from a specified region in the PDF. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | PDFText2HTMLWrap stripped text in simple HTML, trying to form HTML paragraphs. | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.