GroupDocs.Signature for Java provides Java API for processing documents using various signature types such as texts, images, digital certificates, barcodes, QR-codes, stamps or metadata. Users can add, delete, update, verify or search electronic signatures within PDFs, MS Word documents, MS Excel workbooks, MS PowerPoint presentations, Adobe Photoshop files and various image formats, with additional support for customizing signatures properties as needed.
GroupDocs.Signature for Java makes it easier for Java developers to search for Digital signatures in Doc files from their applications by implementing a few easy steps.
GroupDocs.Signature for Java are supported on all major platforms and operating systems. Before executing the code below, please make sure that you have the following prerequisites installed on your system.
// Set up input Doc file
String filePath = "input.doc";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Create search options
DigitalSearchOptions options = new DigitalSearchOptions();
// specify special search criteria
options.setComments("Approved");
// specify period of signatures
options.setSignDateTimeFrom(new Date(2021, 3, 5));
options.setSignDateTimeTo(new Date(2022, 7, 16));
// search for Digital signatures in Doc document
List<DigitalSignature> signatures = signature.search(DigitalSignature.class, options);
// process signatures which were found
signatures.forEach(item -> System.out.println(item.toString()));
Search the document for various electronic signatures to Doc files right now by visiting the GroupDocs.Signature App website.
No need to download API
No need to write any code
Just upload the source file
Get download link to save the file
“Electronic signatures search in various documents. Find signatures from the one of popular file formats as shown below.”
(Portable Document Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word Template File )
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Open XML presentation Format)
(Macro-enabled Presentation File)