|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
APP (PDF application level) | |
---|---|
de.intarsys.pdf.app.acroform | This package encapsulates the quite complex logic when filling forms. |
de.intarsys.pdf.app.action | Some application level framework to handle the event mechanics in a PDF document. |
de.intarsys.pdf.app.appearance | The "framework" for dealing with appearances. |
de.intarsys.pdf.font.outlet | This package summarizes the handling of fonts. |
PD (PDF domain level) | |
---|---|
de.intarsys.pdf.cds | CDS (Common Data Structure) defines higher level data structures or types on top of COS types that are used all over the PDF spec. |
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. |
COS (basic data type level) | |
---|---|
de.intarsys.pdf.content | The "content" package contains functionality to work on PDF content streams. |
de.intarsys.pdf.content.common | Some common implementations on PDF content stream. |
de.intarsys.pdf.cos | This package implements the low level document and its datatypes according to the pdf specification. |
IO (parsing and serializing) | |
---|---|
de.intarsys.pdf.parser | Everything related to reading PDF and COS data from data streams. |
de.intarsys.pdf.writer | Serializing a PDF document. |
ST (storage level) | |
---|---|
de.intarsys.pdf.st | The storage level semantics of a PDF document. |
Basic | |
---|---|
de.intarsys.pdf.crypt | This package implements the security relevant aspects of the PDF spec. |
de.intarsys.pdf.encoding | This package implements the encodings of the PDF spec. |
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.postscript | A simple generated parser/interpreter for PDF embedded postscript. |
de.intarsys.pdf.tools.kernel | Tool classes for working with the kernel of the PDF implementation. |
Tools | |
---|---|
de.intarsys.font | |
de.intarsys.tools.attribute | |
de.intarsys.tools.authenticate | |
de.intarsys.tools.locator | |
de.intarsys.tools.randomaccess |
There are some common patterns througout this implementation.
* still incomplete list *
/* * Copyright (c) 2007, intarsys consulting GmbH * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * - Redistributions of source code must retain the above copyright notice, * this list of conditions and the following disclaimer. * * - Redistributions in binary form must reproduce the above copyright notice, * this list of conditions and the following disclaimer in the documentation * and/or other materials provided with the distribution. * * - Neither the name of intarsys nor the names of its contributors may be used * to endorse or promote products derived from this software without specific * prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */As far as we need 3rd party components, the respective licenses are included in the "license" directory.
jPod intarsys PDF library is a stable, industrial strength java library to access or generate PDF documents. Currently it is used in different products, e.g.:
For service and support contact
|
intarsys PDF library API | |||||||||
PREV NEXT | FRAMES NO FRAMES |