Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to specify the file type when loading a document with GroupDocs.Viewer within your .NET applications....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to load a document from a Stream with GroupDocs.Viewer within your .NET applications....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to load password-protected PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
Why To Migrate? Here are the key reasons to use the new updated API provided by GroupDocs.Comparison for .NET since version 19.9:
The Comparer class introduced as a single entry point to compare documents of any supported file format with various options and ability to accept/reject differences in output document. Document compare options for all document types. Instead of using document related options now options are related to compare type only....app conholdate.com conholdate.cloud conholdate.app containerize...
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 the DicomRootPackage.getDicomPackage method Read the DICOM metadata properties examples.advanced_usage.managing_metadata_for_specific_formats.image.dicom.DicomReadNativeMetadataProperties
try (Metadata metadata = new Metadata(Constants.InputDicom)) { DicomRootPackage root = metadata.getRootPackageGeneric(); if (root.getDicomPackage() != null) { System.out.println(root.getDicomPackage().getBitsAllocated()); System.out.println(root.getDicomPackage().getReds()); System.out.println(root.getDicomPackage().getGreens()); System.out.println(root.getDicomPackage().getBlues()); System....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to add area annotation to a document using GroupDocs.Annotation for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
The page describes how to add link annotation to a document using GroupDocs.Annotation for .NET....app conholdate.com conholdate.cloud conholdate.app containerize...
This page describes how to filter annotation by type on saving file using GroupDocs.Annotation for .NET API....app conholdate.com conholdate.cloud conholdate.app containerize...