Excellent component that brings full-text search capabilities to your C#, ASP.NET, and other .NET applications. It helps developers to create search indexes from hundreds of thousands of documents in various formats, and then run a wide variety of search queries against those indexes at incredible speed. Documentation .NET Java Node.js GroupDocs.Search for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Developer guide Developer guide Basic Usage Advanced Usage ....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article demonstrates how to convert CAD drawings to HTML with GroupDocs.Viewer within your .NET applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Note This page contains release notes for GroupDocs.Editor for .NET 21.1 GroupDocs.Editor for .NET version 21.1 provides only bugfixes. No new features or improvements were implemented.
Bugs GroupDocs.Editor version 21.1 contains big amount of bugfixes, which address different exceptions in different modules of GroupDocs.Editor, including WordProcessing, Spreadsheet, and Presentation.
Full List of Issues Covering all Changes in this Release Key Summary Category EDITORNET-1869 Parse error - keyword ‘–7px’ is invalid for the MarginValue Bug EDITORNET-1916 Unexpected character ‘"’ at position ‘4091’ after attribute name ‘pour’ at ‘AfterKey’ state Bug EDITORNET-1936 Index was outside the bounds of the array Bug EDITORNET-1968 Exception while converting XLSX to HTML via streams Bug EDITORNET-1970 Node type of ‘Aspose....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to set up logging for GroupDocs.Viewer using Java....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to obtain coordinates for detected changes at a document pages preview when comparing documents with GroupDocs.Comparison for Node.js via Java...Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
GroupDocs hosts all Java APIs on GroupDocs Repository. You can easily use GroupDocs.Watermark for Java API directly in your Maven projects with simple configurations.
Specify GroupDocs Repository Configuration First, you need to specify GroupDocs repository configuration/location in your Maven pom.xml as follows: GroupDocsJavaAPIGroupDocs Java APIhttps://releases.groupdocs.com/java/repo/ Define GroupDocs.Watermark for Java API Dependency Then define GroupDocs.Watermark for Java API dependency in your pom.xml as follows:
com....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
Reading DICOM metadata properties The GroupDocs.Metadata API supports extracting format-specific information from DICOM images.
The following are the steps to read the native DICOM metadata.
Load a DICOM image Get the root metadata package Extract the native metadata package using DicomRootPackage.DicomPackage Read the DICOM metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Dicom.DicomReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDicom)) { var root = metadata.GetRootPackage(); if (root.DicomPackage != null) { Console.WriteLine(root.DicomPackage.BitsAllocated); Console.WriteLine(root.DicomPackage.LengthValue); Console.WriteLine(root.DicomPackage.DicomFound); Console.WriteLine(root.DicomPackage.HeaderOffset); Console.WriteLine(root.DicomPackage.NumberOfFrames); // ....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to handle specific exceptions when verifying document electronic signatures with GroupDocs.Signature API....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...
This article explains how to rotate PDF, HTML or Image pages when rendering documents with GroupDocs.Viewer within your .NET applications....Redaction Product Solution GroupDocs.Classification Product Solution Purchase...