Package | Description |
---|---|
com.groupdocs.signature |
The GroupDocs.Signature namespace provides classes for signing documents of different formats with stamps, barcodes, QR-codes, text, image, metadata, form field and digital signatures.
|
com.groupdocs.signature.domain.signatures |
The GroupDocs.Signature.Domain.Signatures namespace provides classes for working with Signatures
|
com.groupdocs.signature.domain.signatures.formfield |
The GroupDocs.Signature.Domain.Signatures.FormField namespace provides classes for working with FormField signatures
|
com.groupdocs.signature.options.sign |
The GroupDocs.Signature.Options.Sign namespace provides classes for working with Signature options
|
Modifier and Type | Method and Description |
---|---|
SignResult |
Signature.sign(OutputStream document,
SignOptions signOptions)
Signs document with
SignOptions and saves result to a stream. |
SignResult |
Signature.sign(OutputStream document,
SignOptions signOptions,
SaveOptions saveOptions)
Signs document with
SignOptions and saves result to a stream with predefined SaveOptions . |
SignResult |
Signature.sign(String filePath,
SignOptions signOptions)
Signs document with
SignOptions and saves result to specified file path. |
SignResult |
Signature.sign(String filePath,
SignOptions signOptions,
SaveOptions saveOptions)
Signs document with
SignOptions and saves result to specified file path with predefined SaveOptions . |
Modifier and Type | Method and Description |
---|---|
SignResult |
Signature.sign(OutputStream document,
List<SignOptions> signOptionsList)
Signs document with collection of
SignOptions and saves result to a stream. |
SignResult |
Signature.sign(OutputStream document,
List<SignOptions> signOptionsList,
SaveOptions saveOptions)
Signs document with collection of
SignOptions and saves result to a stream with predefined SaveOptions . |
SignResult |
Signature.sign(String filePath,
List<SignOptions> signOptionsList)
Signs document with collection of
SignOptions and saves result to specified file path. |
SignResult |
Signature.sign(String filePath,
List<SignOptions> signOptionsList,
SaveOptions saveOptions)
Signs document with collection of
SignOptions and saves result to specified file path with predefined SaveOptions . |
Modifier and Type | Method and Description |
---|---|
void |
BarcodeSignature.setContent(SignOptions signOptions,
BufferedImage image) |
void |
QrCodeSignature.setContent(SignOptions signOptions,
BufferedImage image) |
Modifier and Type | Method and Description |
---|---|
com.aspose.pdf.Field |
CheckboxFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
ComboboxFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
DigitalFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
FormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
RadioButtonFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
com.aspose.pdf.Field |
TextFormFieldSignature.getPdfFieldObject(SignOptions signOptions,
com.aspose.pdf.Page page,
com.aspose.pdf.Rectangle rect,
int pages)
Deprecated.
|
void |
FormFieldSignature.postPdfFormAdd(SignOptions signOptions,
com.aspose.pdf.Form Form,
com.aspose.pdf.Field formField)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BarcodeSignOptions
Represents the Barcode signature options.
|
class |
DigitalSignOptions
Represents the Digital signature options.
|
class |
FormFieldSignOptions
Represents class of the FormField signature options for Pdf documents.
|
class |
ImageSignOptions
Represents the Image signature options.
|
class |
MetadataSignOptions
Represents Metadata signature options.
|
class |
QrCodeSignOptions
Represents the QR-Code signature options.
|
class |
StampSignOptions
Represents the Stamp signature options.
|
class |
TextSignOptions
Represents the Text signature options.
|