| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| de.intarsys.pdf.fd |
A basic implementation of the FDF part of the PDF spec.
|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
COSCatalog |
COSDocument.getCatalog()
Get the root object (the catalog) for the document.
|
COSCatalog |
COSTrailer.getRoot()
Get the root object (the catalog) for the document.
|
| Modifier and Type | Method and Description |
|---|---|
void |
COSDocument.setCatalog(COSCatalog catalog)
Assign a new catalog (/Root entry in the trailer).
|
void |
COSTrailer.setRoot(COSCatalog root)
Set the catalog.
|
| Modifier and Type | Method and Description |
|---|---|
COSCatalog |
FDDocument.getCatalog()
lookup the catalog dictionary in a document
|
| Modifier and Type | Method and Description |
|---|---|
COSCatalog |
PDDocument.getCatalog()
lookup the catalog dictionary in a document
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.