| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.crypt |
This package implements the security relevant aspects of the PDF spec.
|
| de.intarsys.pdf.parser |
Everything related to reading PDF and COS data from data streams.
|
| 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 |
|---|---|
STDocument |
COSIndirectObject.stGetDoc()
The ST level document.
|
STDocument |
COSDocument.stGetDoc()
The storage layer document.
|
| Modifier and Type | Method and Description |
|---|---|
static COSIndirectObject |
COSIndirectObject.create(STDocument stDoc,
COSObjectKey key) |
static COSIndirectObject |
COSIndirectObject.create(STDocument stDoc,
int objectNumber,
int generationNumber) |
static COSDocument |
COSDocument.createFromST(STDocument doc)
Create a COSDocument based on a STDocument.
|
void |
COSIndirectObject.registerWith(STDocument pSTDoc) |
| Modifier and Type | Method and Description |
|---|---|
STDocument |
SystemSecurityHandler.stGetDoc() |
STDocument |
ISystemSecurityHandler.stGetDoc()
The associated
STDocument. |
STDocument |
ISecurityHandler.stGetDoc()
The associated
STDocument. |
STDocument |
AbstractSecurityHandler.stGetDoc() |
| Modifier and Type | Method and Description |
|---|---|
void |
SystemSecurityHandler.attach(STDocument stDoc) |
void |
StandardSecurityHandler.attach(STDocument doc) |
void |
ISystemSecurityHandler.attach(STDocument doc)
Associate this
ISystemSecurityHandler with a STDocument. |
void |
ISecurityHandler.attach(STDocument doc)
Associate this
ISecurityHandler with a STDocument. |
void |
AbstractSecurityHandler.attach(STDocument stDoc) |
static SystemSecurityHandler |
SystemSecurityHandler.createFromSt(STDocument doc) |
void |
SystemSecurityHandler.detach(STDocument stDoc) |
void |
StandardSecurityHandler.detach(STDocument doc) |
void |
ISystemSecurityHandler.detach(STDocument doc)
Disassociate this
ISystemSecurityHandler from STDocument. |
void |
ISecurityHandler.detach(STDocument doc)
Disassociate this
ISecurityHandler from STDocument. |
void |
AbstractSecurityHandler.detach(STDocument stDoc) |
static char[] |
PasswordProvider.getPassword(STDocument doc) |
static de.intarsys.tools.authenticate.IPasswordProvider |
PasswordProvider.getPasswordProvider(STDocument doc) |
void |
SystemSecurityHandler.initialize(STDocument doc) |
void |
StandardSecurityHandler.initialize(STDocument doc) |
void |
ISystemSecurityHandler.initialize(STDocument doc)
Initialize this
ISystemSecurityHandler with a STDocument. |
void |
ISecurityHandler.initialize(STDocument doc)
Initialize this
ISecurityHandler with a STDocument. |
void |
AbstractSecurityHandler.initialize(STDocument stDoc) |
| Modifier and Type | Method and Description |
|---|---|
STDocument |
COSDocumentParser.getDoc() |
| Constructor and Description |
|---|
COSDocumentParser(STDocument doc) |
| Modifier and Type | Method and Description |
|---|---|
STDocument |
STDocument.copyDeep()
Return a deep copy of the document.
|
static STDocument |
STDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator)
Create a new document representing the data referenced by locator.
|
static STDocument |
STDocument.createFromLocator(de.intarsys.tools.locator.ILocator locator,
Map options)
Create a new document representing the data referenced by locator using
options to fine tune creation. |
static STDocument |
STDocument.createNew()
create a new empty pdf document.
|
static STDocument |
STDocument.createNew(STDocType docType)
create a new empty document.
|
STDocument |
STXRefSection.getDoc() |
| Modifier and Type | Method and Description |
|---|---|
COSObject |
STXRefEntryOccupied.load(STDocument doc,
ISystemSecurityHandler securityHandler) |
COSObject |
STXRefEntryFree.load(STDocument doc,
ISystemSecurityHandler securityHandler) |
COSObject |
STXRefEntryCompressed.load(STDocument doc,
ISystemSecurityHandler securityHandler) |
abstract COSObject |
STXRefEntry.load(STDocument doc,
ISystemSecurityHandler securityHandler) |
| Constructor and Description |
|---|
AbstractXRefParser(STDocument doc,
COSDocumentParser parser) |
STStreamXRefSection(STDocument doc) |
STStreamXRefSection(STDocument doc,
long offset,
COSStream stream) |
STTrailerXRefSection(STDocument doc) |
STTrailerXRefSection(STDocument doc,
long offset) |
XRefFallbackParser(STDocument doc,
COSDocumentParser parser) |
XRefStreamParser(STDocument doc,
COSDocumentParser parser) |
XRefTrailerParser(STDocument doc,
COSDocumentParser parser) |
| Modifier and Type | Method and Description |
|---|---|
void |
COSWriter.writeDocument(STDocument doc) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.