Major Features Supported section breaks inside data bands and conditional blocks, and provided dynamic adding of combobox and dropdown list items for Word Processing documents.
Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-188 Support section breaks inside data bands and conditional blocks for Word Processing documents Feature ASSEMBLYNET-189 Support dynamic adding of combobox and dropdown list items for Word Processing documents Feature ASSEMBLYNET-190 An issue with a JSON object having only complex properties Bug ASSEMBLYNET-191 Improve exception reporting when an Image cannot be loaded Bug Public API and Backward Incompatible Changes This section lists public API changes that were introduced in GroupDocs....Annotation Product Solution GroupDocs...exception reporting when an image cannot be loaded Bug Public...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP Image Get the root metadata package Extract the native metadata package using BmpRootPackage.BmpHeader Read the BMP header properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Bmp.BmpReadHeaderProperties
using (Metadata metadata = new Metadata(Constants.InputBmp)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.BmpHeader.BitsPerPixel); Console.WriteLine(root.BmpHeader.ColorsImportant); Console.WriteLine(root.BmpHeader.HeaderSize); Console.WriteLine(root.BmpHeader.ImageSize); Console.WriteLine(root.BmpHeader.Planes); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...
Reading BMP header properties The GroupDocs.Metadata API supports extracting format-specific information from BMP file headers.
The following are the steps to read the header of a BMP file.
Load a BMP Image Get the root metadata package Extract the native metadata package using the BmpRootPackage.getBmpHeader method Read the BMP header properties advanced_usage.managing_metadata_for_specific_formats.Image.bmp.BmpReadHeaderProperties
try (Metadata metadata = new Metadata(Constants.InputBmp)) { BmpRootPackage root = metadata.getRootPackageGeneric(); System.out.println(root.getBmpHeader().getBitsPerPixel()); System.out.println(root.getBmpHeader().getColorsImportant()); System.out.println(root.getBmpHeader().getHeaderSize()); System.out.println(root.getBmpHeader().getImageSize()); System.out.println(root.getBmpHeader().getPlanes()); } More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...
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....Annotation Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Annotation Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...
Convert XML to HTML, PDF, PNG, or JPEG using GroupDocs.Viewer. Learn about options for pagination and Image quality....Annotation Product Solution GroupDocs...the output will be a raster image without any interactive links...
In this article, you will learn how to convert note-taking formats to other formats with GroupDocs.Conversion for Java....Annotation Product Solution GroupDocs...detailed consisting of digital images, audio/video clips, and hand...
Download from GitHub The complete examples package of GroupDocs.Assembly is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favorite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like following Image:
Open Eclipse and import the project to get started with it. Archived project file can also be imported....Annotation Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...
Learn how to run Java examples which contain many examples of data redaction. You can learn redact in word, how to redact information in pdf or Images and many more....Annotation Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...
Download from GitHub The complete examples package of GroupDocs.Metadata is hosted on Github. You can either download the ZIP file from here or clone the repository of Github using your favourite Github client.
In case you download the ZIP file, extract the folders on your local disk. The extracted files and folders will look like the following Image:
Open IntelliJ Idea and import the project to get started with it....Annotation Product Solution GroupDocs...will look like the following image: Open IntelliJ Idea and import...