Package | Description |
---|---|
org.apache.pdfbox.contentstream |
This package contains provides classes for working with content streams.
|
org.apache.pdfbox.pdfparser |
The pdfparser package contains classes to parse PDF documents and objects within the document.
|
org.apache.pdfbox.pdmodel |
The PDModel package represents a high level API for creating and manipulating PDF documents.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.graphics.form |
This package deals with Form XObjects that are stored in a PDF document.
|
org.apache.pdfbox.pdmodel.graphics.pattern |
This package deals with patterns which are used instead of colors.
|
org.apache.pdfbox.pdmodel.interactive.annotation |
The annotation package contains classes that work with PDF annotation elements.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PDFStreamEngine.processChildStream(PDContentStream contentStream,
PDPage page)
Process a child stream of the given page.
|
Constructor and Description |
---|
PDFStreamParser(PDContentStream contentStream)
Constructor.
|
Modifier and Type | Class and Description |
---|---|
class |
PDPage
A page in a PDF document.
|
Modifier and Type | Class and Description |
---|---|
class |
PDType3CharProc
A Type 3 character procedure.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFormXObject
A Form XObject.
|
class |
PDTransparencyGroup
A transparency group.
|
Modifier and Type | Class and Description |
---|---|
class |
PDTilingPattern
A tiling pattern dictionary.
|
Modifier and Type | Class and Description |
---|---|
class |
PDAppearanceStream
An appearance stream is a form XObject, a self-contained content stream that shall be rendered inside the annotation
rectangle.
|
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.