GroupDocs.Signature for Java API provides wide range of ways to process numerous documents formats by using electronic signatures. Many types of digital signatures as texts, images, digital certificates, barcodes, QR-codes, stamps or metadata are supported. Customers can add, remove, edit, validate or search digital signatures at PDFs, MS Word documents, MS Excel workbooks, MS PowerPoint presentations, Adobe Photoshop files and various image formats. Astonishing number of additional features and settings are available.
GroupDocs.Signature for Java includes useful features like verification of Qrcode signatures placed at Dotx documents. Use this opportunity without implementing extra code.
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 Dotx file
String filePath = "input.dotx";
// Instantiate Signature for input file
Signature signature = new Signature(filePath);
//Provide verification options
QrCodeVerifyOptions options = new QrCodeVerifyOptions();
// process only first page
options.setPagesSetup(new PagesSetup());
options.setPageNumber(1);
options.setAllPages(false);
// specify text match type
options.setMatchType(TextMatchType.StartsWith);
// specify text pattern to search
options.setText("QrCode text");
// Verify document signatures
VerificationResult result = signature.verify(options);
//process result
if (result.isValid())
{
//..
}
Add various electronic signatures to Dotx file 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
“Verification of electronic signatures placed in various documents. Check quality of signatures in the popular file formats as revealed below.”
(Portable Document Format)
(Microsoft Word Binary Format)
(Office 2007+ Word Document)
(Microsoft Word 2007 Marco File)
(Microsoft Word Template Files)
(Microsoft Word 2007+ Template File)
(OpenDocument Text File Format)
(OpenDocument Standard Format)
(Rich Text Format)
(Microsoft Excel Spreadsheet (Legacy))
(Open XML Workbook)
(Macro-enabled Spreadsheet)
(Excel Binary Workbook)
(Comma Seperated Values)
(OpenDocument Spreadsheet)
(OpenDocument Spreadsheet Template)
(Excel Template)
(Excel Macro-Enabled Template)
(Microsoft PowerPoint 97-2003)
(Open XML presentation Format)
(PowerPoint Slide Show)
(PowerPoint Slide Show)
(OpenDocument Presentation Format)
(OpenDocument Standard Format)
(Microsoft PowerPoint Template Presentation)
(Microsoft PowerPoint Template File)
(Macro-enabled Presentation File)
(Macro-enabled Slide Show)
(Portable Network Graphic)
(Joint Photographic Expert Group Image)
(Bitmap Image File)
(Graphical Interchange Format)
(Tagged Image File Format)
(Scalar Vector Graphics)
(Raster Web Image Format)
(Windows Metafile)