Note This feature is supported by version 18.2 or greater. Working with Spreadsheet Documents GroupDocs.Assembly allows you to use data bands in table rows in Spreadsheet Documents. A table-row data band is a data band whose body occupies single or multiple rows of a single document table. The body of such a band starts at the beginning of the first occupied row and ends at the end of the last occupied row as follows....Purchase Buy Now Pricing Information Free Trials Temporary License...
Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013:
Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....Purchase Buy Now Pricing Information Free Trials Temporary License...
The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Purchase Buy Now Pricing Information Free Trials Temporary License...
The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET....Purchase Buy Now Pricing Information Free Trials Temporary License...
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 (!...Purchase Buy Now Pricing Information Free Trials Temporary License...
This article explains that how to detect encoding of a plain text file in java....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Purchase Buy Now Pricing Information Free Trials Temporary License...