To extract images from PDF documents getImages methods are used. By default images are extracted with its original format. With using ImageOptions class it is possible to extract images from PDF documents as bmp, gif, jpeg, png and webp formats.
Warning getImages method returns null value if image extraction isn’t supported for the document. For example, image extraction isn’t supported for TXT files. Therefore, for TXT file getImages method returns null....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to add point annotation to a document using GroupDocs.Annotation for Java....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Parser provides the functionality to open the password-protected documents.
The following are the steps to work with password protected documents.
Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents.
try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if text extraction is supported if (!...app conholdate.com conholdate.cloud conholdate.app containerize...
Following this guide you will learn how to compare multiple documents with different customizations - style detection, change comparison detalization level and more....app conholdate.com conholdate.cloud conholdate.app containerize...
GroupDocs.Watermark API supports adding the following image file types as image watermark...app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to make advanced search for Text electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to locate signature in the footer and header of Word document....app conholdate.com conholdate.cloud conholdate.app containerize...
Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code....app conholdate.com conholdate.cloud conholdate.app containerize...
This topic explains how to verify QR-code electronic signatures with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...