This article demonstrates how to load, edit, and read form fields in a Word Document using GroupDocs.Editor for Java...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
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); // ....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This section presents various real-world use cases for GroupDocs.Parser for .NET...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
The listed articles below explain how to load password-protected Documents and load files from different sources....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This section decsribes how to get started with GroupDocs.Merger for Node.js via Java library...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This section describes how to get started with GroupDocs.Editor for Python via .NET library...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Note This feature is supported by version 17.12 or greater You can set text background color for Document contents dynamically using backColor tags.
The Code Note The code uses some of the objects defined in: The Business Layer Download Change Background Color Dynamically.docx...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
Note This feature is supported by version 17.12 or greater Note The code uses some of the objects defined in The Business Layer. Changing Background Color You can set text background color for Document contents dynamically using backColor tags.
Download Change Background Color Dynamically.docx...Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...
This topic describes how to optimize PDF file using the GroupDocs.Viewer Java Api by removing the unused (orphaned) resources and thus to reduce the file size....Conversion Product Solution GroupDocs...Upgrade an Order Support Docs API Reference Live Demos Free Support...