public class PdfSignatureApp extends PdfObjectWrapper<PdfDictionary>
Constructor and Description |
---|
PdfSignatureApp()
Creates a new PdfSignatureApp
|
PdfSignatureApp(PdfDictionary pdfObject)
Creates a new PdfSignatureApp.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isWrappedObjectMustBeIndirect()
Defines if the object behind this wrapper must be an indirect object in the resultant document.
|
void |
setSignatureCreator(String name)
Sets the signature created property in the Prop_Build dictionary's App dictionary.
|
ensureObjectIsAddedToDocument, ensureUnderlyingObjectHasIndirectReference, flush, getPdfObject, isFlushed, makeIndirect, makeIndirect, markObjectAsIndirect, setForbidRelease, setModified, setPdfObject, unsetForbidRelease
public PdfSignatureApp()
public PdfSignatureApp(PdfDictionary pdfObject)
pdfObject
- PdfDictionary containing initial values
public void setSignatureCreator(String name)
name
- String name of the application creating the signature
protected boolean isWrappedObjectMustBeIndirect()
PdfObjectWrapper
isWrappedObjectMustBeIndirect
in class PdfObjectWrapper<PdfDictionary>
Copyright © 1998–2023 iText Group NV. All rights reserved.