void |
PdfWriter.addCalculationOrder(PdfFormField annot) |
Adds the PdfAnnotation to the calculation order
array.
|
void |
PdfCopy.addPage(PdfImportedPage iPage) |
Add an imported page to our output
|
void |
PdfSignatureAppearance.close(PdfDictionary update) |
This is the last method to be called when using external signatures.
|
void |
PdfStamper.close() |
Closes the document.
|
void |
PdfStamperImp.close(HashMap moreInfo) |
|
static BaseFont |
BaseFont.createFont(String name,
String encoding,
boolean embedded) |
Creates a new font.
|
static BaseFont |
BaseFont.createFont(String name,
String encoding,
boolean embedded,
boolean cached,
byte[] ttfAfm,
byte[] pfb) |
Creates a new font.
|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion) |
Applies a digital signature to a document.
|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion,
File tempFile) |
Applies a digital signature to a document.
|
static PdfStamper |
PdfStamper.createSignature(PdfReader reader,
OutputStream os,
char pdfVersion,
File tempFile,
boolean append) |
Applies a digital signature to a document, possibly as a new revision, making
possible multiple signatures.
|
void |
AcroFields.decodeGenericDictionary(PdfDictionary merged,
BaseField tx) |
|
static String[] |
BaseFont.enumerateTTCNames(byte[] ttcArray) |
Enumerates the postscript font names present inside a
True Type Collection.
|
static String[] |
BaseFont.enumerateTTCNames(String ttcFile) |
Enumerates the postscript font names present inside a
True Type Collection.
|
PdfAcroForm |
PdfWriter.getAcroForm() |
Gets the AcroForm object.
|
static Object[] |
BaseFont.getAllFontNames(String name,
String encoding,
byte[] ttfAfm) |
Gets all the names from the font.
|
PdfTemplate |
PdfSignatureAppearance.getAppearance() |
Gets the main appearance layer.
|
PdfAppearance |
TextField.getAppearance() |
Get the PdfAppearance of a text or combo field
|
protected PdfDictionary |
PdfCopy.getCatalog(PdfIndirectReference rootObj) |
Copy the acroform for an input document.
|
protected PdfDictionary |
PdfWriter.getCatalog(PdfIndirectReference rootObj) |
|
protected PdfFormField |
TextField.getChoiceField(boolean isList) |
|
PdfFormField |
TextField.getComboField() |
Gets a new combo field.
|
static String[][] |
BaseFont.getFullFontName(String name,
String encoding,
byte[] ttfAfm) |
Gets the full name of the font.
|
PdfFormField |
TextField.getListField() |
Gets a new list field.
|
protected BaseFont |
BaseField.getRealFont() |
|
PdfFormField |
TextField.getTextField() |
Gets a new text field.
|
int |
ColumnText.go() |
Outputs the lines to the document.
|
int |
ColumnText.go(boolean simulate) |
Outputs the lines to the document.
|
int |
VerticalText.go() |
Outputs the lines to the document.
|
int |
VerticalText.go(boolean simulate) |
Outputs the lines to the document.
|
protected int |
ColumnText.goComposite(boolean simulate) |
|
void |
PdfSignatureAppearance.preClose() |
This is the first method to be called when using external signatures.
|
void |
PdfSignatureAppearance.preClose(HashMap exclusionSizes) |
This is the first method to be called when using external signatures.
|
boolean |
AcroFields.regenerateField(String name) |
Regenerates the field appearance.
|
int |
PdfWriter.reorderPages(int[] order) |
Reorder the pages in the document.
|
void |
PdfStamper.setEncryption(byte[] userPassword,
byte[] ownerPassword,
int permissions,
boolean strength128Bits) |
Sets the encryption options for this document.
|
void |
PdfStamper.setEncryption(byte[] userPassword,
byte[] ownerPassword,
int permissions,
int encryptionType) |
Sets the encryption options for this document.
|
void |
PdfWriter.setEncryption(byte[] userPassword,
byte[] ownerPassword,
int permissions,
boolean strength128Bits) |
Sets the encryption options for this document.
|
void |
PdfWriter.setEncryption(byte[] userPassword,
byte[] ownerPassword,
int permissions,
int encryptionType) |
|
boolean |
AcroFields.setField(String name,
String value) |
Sets the field value.
|
boolean |
AcroFields.setField(String name,
String value,
String display) |
|
boolean |
AcroFields.setField(String name,
String value,
String display,
String rich_value) |
Sets the field value and the display string.
|
boolean |
AcroFields.setFields(FdfReader fdf) |
Sets the fields by FDF merging.
|
boolean |
AcroFields.setFields(XfdfReader xfdf) |
Sets the fields by XFDF merging.
|
boolean |
AcroFields.setListSelection(String name,
String[] value) |
Sets different values in a list selection.
|
void |
PdfWriter.setSigFlags(int f) |
Set the signature flags.
|
void |
PdfWriter.setUserunit(float userunit) |
A UserUnit is a value that defines the default user space unit.
|
void |
FdfWriter.writeTo(OutputStream os) |
Writes the content to a stream.
|