Package | Description |
---|---|
org.freehep.graphicsio.pdf |
PDF (Portable Document File) Output Format.
|
Modifier and Type | Class and Description |
---|---|
class |
PDFCatalog
Implements the Catalog Dictionary (see Table 3.15).
|
class |
PDFDocInfo
Implements the Document Information Dictionary (see Table 8.2).
|
class |
PDFOutline
Implements the Outline Item Dictionary (see Table 7.4).
|
class |
PDFOutlineList
Implements the Outline Dictionary (see Table 7.3).
|
class |
PDFPage
Implements the Page Object (see Table 3.17).
|
class |
PDFPageBase
Implements the Page Base Node to accomodate Inheritance of Page Attributes
(see Table 3.17)
|
class |
PDFPageTree
Implements the Page Tree Node (see Table 3.16).
|
class |
PDFStream
This class allows you to write/print into a PDFStream.
|
class |
PDFViewerPreferences
Implements the Viewer Preferences (see Table 7.1).
|
Modifier and Type | Method and Description |
---|---|
PDFDictionary |
PDFWriter.openDictionary(String name) |
PDFDictionary |
PDFDictionary.openDictionary(String name) |
Modifier and Type | Method and Description |
---|---|
protected void |
PDFFontEmbedderType3.addAdditionalEntries(PDFDictionary fontDict) |
protected abstract void |
PDFFontEmbedder.addAdditionalEntries(PDFDictionary fontDict)
Add additional entries to the font Dictionary.
|
void |
PDFWriter.close(PDFDictionary dictionary) |
void |
PDFDictionary.close(PDFDictionary dictionary) |
Copyright © 2014. All rights reserved.