Package | Description |
---|---|
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.common |
High level PD classes that are used throughout several packages are placed in the PDModel common package.
|
org.apache.pdfbox.pdmodel.common.filespecification |
The file specification package defines classes that are used for the PDF File Specification logic.
|
org.apache.pdfbox.pdmodel.common.function |
This package contains functions that are available in the PDF specification.
|
org.apache.pdfbox.pdmodel.font |
Classes to deal with font functionality in a PDF Document.
|
org.apache.pdfbox.pdmodel.graphics |
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
|
org.apache.pdfbox.pdmodel.graphics.color |
This package deals with colors that are stored 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.image |
This package deals with images 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.digitalsignature.visible |
This is the visual signature part that help creating the visual representation for the digital signature.
|
Constructor | Description |
---|---|
PDFStreamParser(PDStream stream) |
Deprecated.
Use
PDFStreamParser(PDContentStream) instead. |
Modifier and Type | Method | Description |
---|---|---|
java.util.Iterator<PDStream> |
PDPage.getContentStreams() |
Returns the content streams which make up this page.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDPage.setContents(PDStream contents) |
This will set the contents of this page.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDPage.setContents(java.util.List<PDStream> contents) |
This will set the contents of this page.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDMetadata |
This class represents metadata for various objects in a PDF document.
|
class |
PDObjectStream |
A PDStream represents a stream in a PDF document.
|
Modifier and Type | Class | Description |
---|---|---|
class |
PDEmbeddedFile |
This represents an embedded file in a file specification.
|
Modifier and Type | Method | Description |
---|---|---|
protected PDStream |
PDFunction.getPDStream() |
Returns the underlying PDStream.
|
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDFontDescriptor.getCIDSet() |
Get the CIDSet stream.
|
PDStream |
PDType3CharProc.getContentStream() |
|
PDStream |
PDFontDescriptor.getFontFile() |
A stream containing a Type 1 font program.
|
PDStream |
PDFontDescriptor.getFontFile2() |
A stream containing a true type font program.
|
PDStream |
PDFontDescriptor.getFontFile3() |
A stream containing a font program that is not true type or type 1.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFontDescriptor.setCIDSet(PDStream stream) |
Set a stream containing a CIDSet.
|
void |
PDFontDescriptor.setFontFile(PDStream type1Stream) |
Set the type 1 font program.
|
void |
PDFontDescriptor.setFontFile2(PDStream ttfStream) |
Set the true type font program.
|
void |
PDFontDescriptor.setFontFile3(PDStream stream) |
Set a stream containing a font program that is not true type or type 1.
|
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDXObject.getPDStream() |
Deprecated.
Use
PDXObject.getStream() instead. |
PDStream |
PDXObject.getStream() |
Returns the stream.
|
Constructor | Description |
---|---|
PDXObject(PDStream stream,
COSName subtype) |
Creates a new XObject from the given stream and subtype.
|
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDICCBased.getPDStream() |
Get the underlying ICC profile stream.
|
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDFormXObject.getContentStream() |
Constructor | Description |
---|---|
PDFormXObject(PDStream stream) |
Creates a Form XObject for reading.
|
PDTransparencyGroup(PDStream stream) |
Creates a Transparency Group for reading.
|
Constructor | Description |
---|---|
PDImageXObject(PDStream stream,
PDResources resources) |
Creates an Image XObject with the given stream as its contents and current color spaces.
|
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDTilingPattern.getContentStream() |
Modifier and Type | Method | Description |
---|---|---|
PDStream |
PDFTemplateStructure.getHolderFormStream() |
Sets HolderFormStream
|
PDStream |
PDFTemplateStructure.getImageFormStream() |
Gets Image form stream
|
PDStream |
PDFTemplateStructure.getInnerFormStream() |
Gets Inner form Stream.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDFTemplateBuilder.createHolderForm(PDResources holderFormResources,
PDStream holderFormStream,
PDRectangle bbox) |
Creates Form
|
void |
PDVisibleSigBuilder.createHolderForm(PDResources holderFormResources,
PDStream holderFormStream,
PDRectangle bbox) |
|
void |
PDFTemplateBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle bbox,
java.awt.geom.AffineTransform affineTransform,
PDImageXObject img) |
Creates Image form
|
void |
PDVisibleSigBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle bbox,
java.awt.geom.AffineTransform at,
PDImageXObject img) |
|
void |
PDFTemplateBuilder.createInnerForm(PDResources innerFormResources,
PDStream innerFormStream,
PDRectangle bbox) |
|
void |
PDVisibleSigBuilder.createInnerForm(PDResources innerFormResources,
PDStream innerFormStream,
PDRectangle bbox) |
|
void |
PDFTemplateBuilder.injectAppearanceStreams(PDStream holderFormStream,
PDStream innerFormStream,
PDStream imageFormStream,
COSName imageFormName,
COSName imageName,
COSName innerFormName,
PDVisibleSignDesigner properties) |
injects appearance streams
|
void |
PDVisibleSigBuilder.injectAppearanceStreams(PDStream holderFormStream,
PDStream innerFormStream,
PDStream imageFormStream,
COSName imageFormName,
COSName imageName,
COSName innerFormName,
PDVisibleSignDesigner properties) |
|
void |
PDFTemplateStructure.setHolderFormStream(PDStream holderFormStream) |
Sets stream of holder form Stream
|
void |
PDFTemplateStructure.setImageFormStream(PDStream imageFormStream) |
Sets image form stream
|
void |
PDFTemplateStructure.setInnterFormStream(PDStream innerFormStream) |
Sets inner form stream
|
Copyright © 2002–2018. All rights reserved.