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.options.saveoptions |
The GroupDocs.Signature.Options.SaveOptions namespace provides classes for working with SaveOptions options.
|
com.groupdocs.signature.options.saveoptions.imagessaveoptions |
The GroupDocs.Signature.Options.SaveOptions.ImageSaveOptions namespace provides classes for working with ImageSaveOptions options.
|
Modifier and Type | Method and Description |
---|---|
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(OutputStream document,
SignOptions signOptions,
SaveOptions saveOptions)
Signs document with
SignOptions and saves result to a stream with predefined SaveOptions . |
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 . |
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 | Class and Description |
---|---|
class |
ExportImageSaveOptions
Save options for exporting documents to image.
|
class |
PdfSaveOptions
Save options for PDF documents.
|
class |
PresentationSaveOptions
Save options for Presentation documents.
|
class |
SpreadsheetSaveOptions
Save options for Spreadsheet Documents.
|
class |
WordProcessingSaveOptions
Save options for WordProcessing documents.
|
Modifier and Type | Method and Description |
---|---|
static int |
SpreadsheetSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions)
Deprecated.
|
static int |
WordProcessingSaveOptions.getAsposeSaveFormat(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
static int |
PresentationSaveOptions.getAsposeSaveFormat(SaveOptions saveOptions,
int fileType)
Deprecated.
|
static String |
WordProcessingSaveOptions.getFileExtension(LoadOptions loadOptions,
SaveOptions saveOptions,
boolean encrypted)
Deprecated.
|
Modifier and Type | Class and Description |
---|---|
class |
BmpSaveOptions
Bmp Save options for image documents.
|
class |
GifSaveOptions
Gif format save options for Image Documents.
|
class |
com.groupdocs.signature.options.saveoptions.imagessaveoptions.ImageSaveOptions
Save options for image documents.
|
class |
JpegSaveOptions
Jpeg Save options for Image Documents.
|
class |
PngSaveOptions
Png Save options for Image Documents.
|
class |
TiffSaveOptions
Tiff Save options for Image Documents.
|