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.
|
protected static PdfDictionary |
PdfReader.duplicatePdfDictionary(PdfDictionary original,
PdfDictionary copy,
PdfReader newReader) |
|
protected static PdfObject |
PdfReader.duplicatePdfObject(PdfObject original,
PdfReader newReader) |
|
void |
PdfWriter.freeReader(PdfReader reader) |
Writes the reader to the document and frees the memory used by it.
|
static List |
SimpleBookmark.getBookmark(PdfReader reader) |
Gets a List with the bookmarks.
|
static ArrayList |
BaseFont.getDocumentFonts(PdfReader reader) |
Gets a list of all document fonts.
|
static ArrayList |
BaseFont.getDocumentFonts(PdfReader reader,
int page) |
Gets a list of the document fonts in a particular page.
|
PdfImportedPage |
PdfCopy.getImportedPage(PdfReader reader,
int pageNumber) |
Grabs a page from the input document
|
PdfImportedPage |
PdfStamper.getImportedPage(PdfReader reader,
int pageNumber) |
Gets a page from other PDF document.
|
PdfImportedPage |
PdfWriter.getImportedPage(PdfReader reader,
int pageNumber) |
Gets a page from other PDF document.
|
static HashMap |
SimpleNamedDestination.getNamedDestination(PdfReader reader,
boolean fromNames) |
|
protected int |
PdfStamperImp.getNewObjectNumber(PdfReader reader,
int number,
int generation) |
|
protected int |
PdfWriter.getNewObjectNumber(PdfReader reader,
int number,
int generation) |
|
void |
PdfStamperImp.registerReader(PdfReader reader,
boolean openFile) |
|
void |
FdfWriter.setFields(PdfReader pdf) |
Sets all the fields from this PdfReader
|
void |
PdfCopy.setFromReader(PdfReader reader) |
convenience method.
|
boolean |
PdfWriter.setOutputIntents(PdfReader reader,
boolean checkExistence) |
Copies the output intent dictionary from other document to this one.
|
void |
PdfStamperImp.unRegisterReader(PdfReader reader) |
|