This topic describes how to optimize PDF file in the GroupDocs.Viewer Java API for web browser or to reduce size....Watermark Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
This topic describes how to optimize PDF file in the GroupDocs.Viewer .NET API (C#) for web browser or to reduce size....Watermark Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
Reading JPEG2000 comments The GroupDocs.Metadata API supports extracting format-specific information from JPEG2000 Images.
The following are the steps to read the JPEG2000 comments (pieces of metadata represented as strings with the length up to 64 kbytes).
Load a JPEG2000 Image Get the root metadata package Extract the native metadata package using the Jpeg2000RootPackage.getJpeg2000Package method Read the JPEG2000 comments advanced_usage.managing_metadata_for_specific_formats.Image.jpeg2000.Jpeg2000ReadComments
try (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { Jpeg2000RootPackage root = metadata....Watermark Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...
This topic describes how to optimize PDF file using the GroupDocs.Viewer .NET API (C#) to reduce size....Watermark Product Solution GroupDocs...GroupDocs.Viewer may reduce the image size or quality, remove notes...
This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....Watermark Product Solution GroupDocs...PowerPoint presentation or image etc.) is a count of document...
This article demonstrates how to convert PDF to Word, Excel, PowerPoint and Image formats with GroupDocs.Conversion for Java....Watermark Product Solution GroupDocs...only, it could be hyperlinks, images, interactive buttons and forms...
This article explains how to load document of specific format....Watermark Product Solution GroupDocs...GroupDocs.Watermark Product Family / GroupDocs.Watermark for Java...
In this article, you will learn how to apply watermark to document pages when convert document with GroupDocs.Conversion for .NET API....Watermark Product Solution GroupDocs...conversion options / Add watermark Add watermark Leave feedback allows...
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); // ....Watermark Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...
Let's look at how to convert Excel to PDF in C# and how to use the C# Excel to PDF sample code to convert a workbook, selected sheets, or any cell range to PDF....Watermark Product Family GroupDocs.Merger...formats. We discussed the convert Image to PDF in C# code in our earlier...