This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Conversion Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
This article explains how to to find and remove watermarks of both types in Visio document....Conversion Product Solution GroupDocs...document Create and initialize image/text search criteria Find possible...
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...metadata for specific formats / Images / Working with DICOM metadata...
This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Conversion Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
We offer multiple solutions on how you can run GroupDocs.Editor examples, by building your own or using our back-end or front-end Java examples out-of-the-box....Conversion Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...
Download from GitHub The complete examples package of GroupDocs.Parser 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 IntelliJ Idea and import the project to get started with it. Archived project file can also be imported....Conversion Product Solution GroupDocs...folders will look like following image: Open IntelliJ Idea and import...
This article explains how to add document to Spreadsheet via OLE with GroupDocs.Merger within your .NET applications....Conversion Product Solution GroupDocs...Excel spreadsheet document as image link inside of predefined cell...
This article explains how to detect document file type, size and calculate pages count with GroupDocs.Comparison....Conversion Product Solution GroupDocs...spreadsheet, PowerPoint presentation, image etc.). PageCount represents...
This tutorial illustrates the procedure of how to convert JPG to PPTX using Java. Additionally, a code example will be provided to export JPG to PPTX using Java....Conversion Product Family GroupDocs...using Java Mastering the conversion of JPG to PPTX in Java is...
This topic provides a detail on how to convert HTML to MHTML using Java on various operating systems. It also includes code to generate MHTML from HTML in Java....Conversion Product Family GroupDocs...format that allows storing HTML, images, and other associated resources...