| Package | Description |
|---|---|
| com.aowagie.text | |
| com.aowagie.text.pdf | |
| com.aowagie.text.pdf.collection | |
| com.aowagie.text.pdf.internal | |
| com.aowagie.text.xml.xmp |
| Modifier and Type | Method and Description |
|---|---|
PdfDictionary |
Image.getAdditional()
Getter for the dictionary with additional information.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Image.setAdditional(PdfDictionary additional)
Sets the /Colorspace key.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PdfAcroForm
Each PDF document can contain maximum 1 AcroForm.
|
class |
PdfAction
A
PdfAction defines an action that can be triggered from a PDF file. |
class |
PdfAnnotation
A
PdfAnnotation is a note that is associated with a page. |
class |
PdfFileSpecification
Specifies a file or an URL.
|
class |
PdfFormField
Implements form fields.
|
class |
PdfGState
The graphic state dictionary.
|
class |
PdfImage
PdfImage is a PdfStream containing an image-Dictionary and -stream. |
class |
PdfOutline
PdfOutline is an object that represents a PDF outline entry. |
class |
PdfShadingPattern
Implements the shading pattern dictionary.
|
class |
PdfSigGenericPKCS
A signature dictionary representation for the standard filters.
|
class |
PdfSignature
Implements the signature dictionary.
|
class |
PdfStream
PdfStream is the Pdf stream object. |
class |
PRStream |
| Modifier and Type | Field and Description |
|---|---|
protected PdfDictionary |
PdfReader.catalog |
protected PdfDictionary |
PdfReader.trailer |
| Modifier and Type | Method and Description |
|---|---|
PdfDictionary |
PdfDictionary.getAsDict(PdfName key)
Returns a
PdfObject as a PdfDictionary,
resolving indirect references. |
PdfDictionary |
PdfReader.getCatalog()
Returns the document's catalog.
|
protected PdfDictionary |
PdfWriter.getCatalog(PdfIndirectReference rootObj) |
PdfDictionary |
PdfSignatureAppearance.getCryptoDictionary()
Gets the user made signature dictionary.
|
PdfDictionary |
PdfWriter.getDefaultColorspace()
Use this method to get the default colorspaces.
|
PdfDictionary |
PdfDeveloperExtension.getDeveloperExtensions()
Generations the developer extension dictionary corresponding
with the prefix.
|
PdfDictionary |
PdfWriter.getExtraCatalog()
Sets extra keys to the catalog.
|
PdfDictionary |
PdfWriter.getGroup()
Use this method to get the group dictionary.
|
PdfDictionary |
PdfWriter.getInfo()
Use this method to get the info dictionary if you want to
change it directly (add keys and values to the info dictionary).
|
PdfDictionary |
AcroFields.Item.getMerged(int idx)
Retrieve the merged dictionary for the given instance.
|
PdfDictionary |
PdfReader.getPageN(int pageNum)
Gets the dictionary that represents a page.
|
PdfDictionary |
PdfReader.getPageNRelease(int pageNum) |
PdfDictionary |
AcroFields.getSignatureDictionary(String name)
Gets the signature dictionary, the one keyed by /V.
|
PdfDictionary |
PdfReader.getTrailer()
Gets the trailer dictionary
|
PdfDictionary |
PdfTransition.getTransitionDictionary() |
PdfDictionary |
AcroFields.Item.getValue(int idx)
Retrieve the value dictionary of the given instance
|
PdfDictionary |
AcroFields.Item.getWidget(int idx)
Retrieve the widget dictionary of the given instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfSignatureAppearance.close(PdfDictionary update)
This is the last method to be called when using external signatures.
|
void |
AcroFields.decodeGenericDictionary(PdfDictionary merged,
com.aowagie.text.pdf.BaseField tx) |
void |
PdfSignatureAppearance.setCryptoDictionary(PdfDictionary cryptoDictionary)
Sets a user made signature dictionary.
|
void |
PdfWriter.setGroup(PdfDictionary group)
Use this method to set the group dictionary.
|
protected void |
PdfWriter.writeOutlines(PdfDictionary catalog,
boolean namedAsNames) |
| Modifier and Type | Class and Description |
|---|---|
class |
PdfCollection |
class |
PdfTargetDictionary |
| Modifier and Type | Method and Description |
|---|---|
PdfDictionary |
PdfViewerPreferencesImp.getViewerPreferences()
Returns the viewer preferences.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PdfViewerPreferencesImp.addToCatalog(PdfDictionary catalog)
Adds the viewer preferences defined in the preferences parameter to a
PdfDictionary (more specifically the root or catalog of a PDF file).
|
void |
PdfVersionImp.addToCatalog(PdfDictionary catalog)
Adds the version to the Catalog dictionary.
|
void |
PdfXConformanceImp.completeExtraCatalog(PdfDictionary extraCatalog) |
void |
PdfXConformanceImp.completeInfoDictionary(PdfDictionary info) |
static PdfViewerPreferencesImp |
PdfViewerPreferencesImp.getViewerPreferences(PdfDictionary catalog) |
| Constructor and Description |
|---|
XmpWriter(OutputStream os,
PdfDictionary info,
int PdfXConformance) |
Copyright © 2021. All rights reserved.