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...
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 gives the knowledge which allows you to find not only the words specified in the search query, but also the homophones, words that are pronounced the same but differ in meaning....Purchase Buy Now Pricing Information Free Trials Temporary License...
This page contains information about highlighting search results in the search network....Purchase Buy Now Pricing Information Free Trials Temporary License...
Following this guide you will learn how to save edited Word document with password or change output document format using GroupDocs.Editor for .NET features....Purchase Buy Now Pricing Information Free Trials Temporary License...
This article explains how to edit protected Word document, allow or restrict document editing features like adding comments or filling form fields using GroupDocs.Editor for .NET API....Purchase Buy Now Pricing Information Free Trials Temporary License...
This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for .NET API....Purchase Buy Now Pricing Information Free Trials Temporary License...
GroupDocs.Parser provides the functionality to handle loading of HTML external resources.
Here are the steps to handle loading of HTML external resources.
Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources.
// Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Purchase Buy Now Pricing Information Free Trials Temporary License...