Overview of GroupDocs.Comparison for .NET features: compare PDF, Word, Excel, PowerPoint files, accept/reject changes, extract Document info, and generate summary reports....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
The articles in this section describe advanced topics related to search operations.
You will find details about different search aspects. Search types, advanced options, internal implementation details:
More resources GitHub examples You may easily run the code from Documentation articles and see the features in action in our GitHub examples:
GroupDocs.Search for .NET examples
GroupDocs.Search for Java examples
Free online Document search App Along with full featured .NET library we provide simple, but powerful free Apps....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to get only summary page when comparing Documents with GroupDocs.Comparison for .NET....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Reading PNG metadata properties The GroupDocs.Metadata Api supports extracting format-specific information from PNG images.
The following are the steps to read the native PNG metadata.
Load a PNG image Get the root metadata package Extract the native metadata package using PngRootPackage.getPngPackage Read the PNG metadata properties advanced_usage.managing_metadata_for_specific_formats.image.png.PngReadTextChunks
try (Metadata metadata = new Metadata(Constants.InputPng)) { PngRootPackage root = metadata.getRootPackageGeneric(); for (PngTextChunk chunk : root.getPngPackage().getTextChunks()) { System.out.println(chunk.getKeyword()); System.out.println(chunk.getText()); if (chunk instanceof PngCompressedTextChunk) { PngCompressedTextChunk compressedChunk = (PngCompressedTextChunk) chunk; System....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Learn how to load template Documents from file paths and streams for Document assembly in .NET applications....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article describes how to generate a preview for any worksheet (tab) from an existing Excel spreadsheet in SVG format using GroupDocs.Editor for Node.js....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This article explains how to subscribe for verification of electronic signatures events like start, progress and completion with GroupDocs.Signature Api....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Learn how to extract images from PDF, Word, Excel, PowerPoint and 50+ Document formats using GroupDocs.Parser for .NET. Extract images with position data, coordinates, and save to files in C#....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Remove text watermark from XLS using Python and clean legacy Excel files efficiently. Discover how Python can locate and delete watermark text in spreadsheets....Find Answers by API GroupDocs.Total Product Family GroupDocs...GroupDocs.Conversion Product Family GroupDocs.Annotation Product Family...