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.
|
org.apache.pdfbox.preflight.font.descriptor |
Constructor and Description |
---|
PDFStreamParser(PDStream stream)
Deprecated.
Use
PDFStreamParser.PDFStreamParser(PDContentStream) instead. |
Modifier and Type | Method and Description |
---|---|
Iterator<PDStream> |
PDPage.getContentStreams()
Returns the content streams which make up this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PDPage.setContents(PDStream contents)
This will set the contents of this page.
|
Modifier and Type | Method and Description |
---|---|
void |
PDPage.setContents(List<PDStream> contents)
This will set the contents of this page.
|
Modifier and Type | Class and 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 and Description |
---|---|
class |
PDEmbeddedFile
This represents an embedded file in a file specification.
|
Modifier and Type | Method and Description |
---|---|
protected PDStream |
PDFunction.getPDStream()
Returns the underlying PDStream.
|
Modifier and Type | Method and 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 and 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 and Description |
---|---|
PDStream |
PDXObject.getPDStream()
Deprecated.
Use
PDXObject.getStream() instead. |
PDStream |
PDXObject.getStream()
Returns the stream.
|
Constructor and Description |
---|
PDXObject(PDStream stream,
COSName subtype)
Creates a new XObject from the given stream and subtype.
|
Modifier and Type | Method and Description |
---|---|
PDStream |
PDICCBased.getPDStream()
Get the underlying ICC profile stream.
|
Modifier and Type | Method and Description |
---|---|
PDStream |
PDFormXObject.getContentStream() |
Constructor and Description |
---|
PDFormXObject(PDStream stream)
Creates a Form XObject for reading.
|
PDTransparencyGroup(PDStream stream)
Creates a Transparency Group for reading.
|
Constructor and 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 and Description |
---|---|
PDStream |
PDTilingPattern.getContentStream() |
Modifier and Type | Method and Description |
---|---|
PDStream |
PDFTemplateStructure.getHolderFormStream()
Sets HolderFormStream
|
PDStream |
PDFTemplateStructure.getImageFormStream()
Gets Image form stream
|
PDStream |
PDFTemplateStructure.getInnerFormStream()
Gets Inner form Stream.
|
Modifier and Type | Method and Description |
---|---|
void |
PDVisibleSigBuilder.createHolderForm(PDResources holderFormResources,
PDStream holderFormStream,
PDRectangle formrect) |
void |
PDFTemplateBuilder.createHolderForm(PDResources holderFormResources,
PDStream holderFormStream,
PDRectangle formrect)
Creates Form
|
void |
PDVisibleSigBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle formrect,
AffineTransform at,
PDImageXObject img) |
void |
PDFTemplateBuilder.createImageForm(PDResources imageFormResources,
PDResources innerFormResource,
PDStream imageFormStream,
PDRectangle formrect,
AffineTransform affineTransform,
PDImageXObject img)
Creates Image form
|
void |
PDVisibleSigBuilder.createInnerForm(PDResources innerFormResources,
PDStream innerFormStream,
PDRectangle formrect) |
void |
PDFTemplateBuilder.createInnerForm(PDResources innerFormResources,
PDStream innerFormStream,
PDRectangle formrect) |
void |
PDVisibleSigBuilder.injectAppearanceStreams(PDStream holderFormStream,
PDStream innterFormStream,
PDStream imageFormStream,
COSName imageObjectName,
COSName imageName,
COSName innerFormName,
PDVisibleSignDesigner properties) |
void |
PDFTemplateBuilder.injectAppearanceStreams(PDStream holderFormStream,
PDStream innterFormStream,
PDStream imageFormStream,
COSName imageObjectName,
COSName imageName,
COSName innerFormName,
PDVisibleSignDesigner properties)
injects appearance streams
|
void |
PDFTemplateStructure.setHolderFormStream(PDStream holderFormStream)
Sets stream of holder form Stream
|
void |
PDFTemplateStructure.setImageFormStream(PDStream imageFormStream)
Sets image form stream
|
void |
PDFTemplateStructure.setInnterFormStream(PDStream innterFormStream)
Sets inner form stream
|
Modifier and Type | Method and Description |
---|---|
PDStream |
Type1DescriptorHelper.extractFontFile(PDFontDescriptor fontDescriptor) |
PDStream |
TrueTypeDescriptorHelper.extractFontFile(PDFontDescriptor fontDescriptor) |
abstract PDStream |
FontDescriptorHelper.extractFontFile(PDFontDescriptor fontDescriptor) |
PDStream |
CIDType2DescriptorHelper.extractFontFile(PDFontDescriptor fontDescriptor) |
PDStream |
CIDType0DescriptorHelper.extractFontFile(PDFontDescriptor fontDescriptor) |
Modifier and Type | Method and Description |
---|---|
protected void |
FontDescriptorHelper.checkFontFileMetaData(PDFontDescriptor fontDescriptor,
PDStream fontFile)
Type0, Type1 and TrueType FontValidator call this method to check the FontFile meta data.
|
protected void |
Type1DescriptorHelper.processFontFile(PDFontDescriptor fontDescriptor,
PDStream fontFile) |
protected void |
TrueTypeDescriptorHelper.processFontFile(PDFontDescriptor fontDescriptor,
PDStream fontFile) |
protected abstract void |
FontDescriptorHelper.processFontFile(PDFontDescriptor fontDescriptor,
PDStream fontFile) |
protected void |
CIDType2DescriptorHelper.processFontFile(PDFontDescriptor fontDescriptor,
PDStream fontFile) |
protected void |
CIDType0DescriptorHelper.processFontFile(PDFontDescriptor fontDescriptor,
PDStream fontFile) |
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.