| Package | Description |
|---|---|
| de.intarsys.pdf.content |
The "content" package contains functionality to work on PDF content streams.
|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.filter |
The filter relevant parts of the PDF spec.
|
| de.intarsys.pdf.font |
The font part of the PDF is quite large for itself, so it is extracted to a
package of its own.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| de.intarsys.pdf.st |
The storage level semantics of a PDF document.
|
| de.intarsys.pdf.writer |
Serializing a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSStream |
CSContent.createStream() |
COSStream |
CSContent.createStreamFlate() |
| Modifier and Type | Method and Description |
|---|---|
static CSContent |
CSContent.createFromCos(COSStream stream)
|
| Modifier and Type | Method and Description |
|---|---|
COSStream |
COSStream.asStream() |
COSStream |
COSObject.asStream() |
COSStream |
COSStream.copyDecodeFirst()
A copy of this, bytes decoded.
|
COSStream |
COSBasedObject.cosGetStream()
Get the base object as a
COSStream. |
static COSStream |
COSStream.create(COSDictionary dict)
Create a new
COSStream. |
| Modifier and Type | Method and Description |
|---|---|
Object |
ICOSObjectVisitor.visitFromStream(COSStream stream)
Notification of visit to
COSStream object. |
Object |
COSObjectWalkerShallow.visitFromStream(COSStream stream) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
IFilter.getStream() |
COSStream |
Filter.getStream() |
| Modifier and Type | Method and Description |
|---|---|
void |
IFilter.setStream(COSStream stream) |
void |
Filter.setStream(COSStream stream) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDFontDescriptorEmbedded.cosGetFontFile() |
COSStream |
PDFontDescriptor.cosGetFontFile() |
COSStream |
PDFontDescriptorEmbedded.cosGetFontFile2() |
COSStream |
PDFontDescriptor.cosGetFontFile2() |
COSStream |
PDFontDescriptorEmbedded.cosGetFontFile3() |
COSStream |
PDFontDescriptor.cosGetFontFile3() |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
PDImage.cosExtractJPEGStream() |
COSStream |
PDAppearanceCharacteristics.cosGetDownIcon() |
COSStream |
PDAppearanceCharacteristics.cosGetNormalIcon() |
COSStream |
PDOutputIntent.cosGetOutputProfile() |
COSStream |
PDCSICCBased.cosGetProfileStream() |
COSStream |
PDAppearanceCharacteristics.cosGetRolloverIcon() |
COSStream |
PDAppearanceCharacteristics.cosSetDownIcon(COSStream newDownIcon) |
COSStream |
PDAppearanceCharacteristics.cosSetNormalIcon(COSStream newNormalIcon) |
COSStream |
PDAppearanceCharacteristics.cosSetRolloverIcon(COSStream newRolloverIcon) |
| Modifier and Type | Method and Description |
|---|---|
void |
PDPage.cosAddContents(COSStream content)
Append
COSStream to the pages content |
void |
PDPage.cosPrependContents(COSStream content)
Prepend contents to the pages content.
|
COSStream |
PDAppearanceCharacteristics.cosSetDownIcon(COSStream newDownIcon) |
COSStream |
PDAppearanceCharacteristics.cosSetNormalIcon(COSStream newNormalIcon) |
void |
PDOutputIntent.cosSetOutputProfile(COSStream stream) |
COSStream |
PDAppearanceCharacteristics.cosSetRolloverIcon(COSStream newRolloverIcon) |
| Modifier and Type | Method and Description |
|---|---|
COSStream |
STStreamXRefSection.cosGetStream() |
| Constructor and Description |
|---|
STStreamXRefSection(STDocument doc,
long offset,
COSStream stream) |
| Modifier and Type | Method and Description |
|---|---|
Object |
COSWriter.visitFromStream(COSStream obj)
visitFromStream.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.