| Package | Description |
|---|---|
| de.intarsys.pdf.cos |
This package implements the low level document and its datatypes according to
the pdf specification.
|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static COSDocument |
COSDocument.createNew(STDocType docType)
Create a new empty COSDocument.
|
| Modifier and Type | Method and Description |
|---|---|
STDocType |
PDFParser.parseHeader(de.intarsys.tools.randomaccess.IRandomAccess input)
pdf header see PDF Reference v1.4, chapter 3.4.1 Header COSHEader ::=
"%PDF-" version.
|
| Modifier and Type | Field and Description |
|---|---|
static STDocType |
STDocument.DOCTYPE_FDF
our current fdf version number *
|
static STDocType |
STDocument.DOCTYPE_PDF
our current pdf version number *
|
| Modifier and Type | Method and Description |
|---|---|
STDocType |
STDocument.getDocType() |
| Modifier and Type | Method and Description |
|---|---|
static STDocument |
STDocument.createNew(STDocType docType)
create a new empty document.
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.