This article explains the ability of the GroupDocs.Redaction API to get the general document information, which includes FileType, PageCount and FileSize....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This article shows the implementation of annotation redaction for documents of different formats like PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This page contains information about highlighting search results in the search network....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
This guide demonstrates how to edit RTL documents and specify locale for Word documents when using GroupDocs.Editor for .NET API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
Following this guide you will learn how to edit Word document using locale info, apply spell-checkers to a document content written in different languages using GroupDocs.Editor for Java API....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...
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....Consulting Blog Knowledge Base New Releases Status Websites aspose.com...