Sort Score
Result 10 results
Languages All
Labels All
Results 2,261 - 2,270 of 9,914 for

image

(0.37 sec)
  1. GroupDocs.Viewer for .NET 3.7.0 Supports EMF an...

    Today, we’re delighted to share some new features and improvements that we’ve incorporated in the October release of GroupDocs.Viewer for .NET. This release comes up with the support of EMF and DICOM file formats. Along with this, the API also provides the way to work with layers in PDF documents and default fonts in diagram documents. Check out this latest version to enhance and improve your document viewer applications....rendering of PDF documents into image The output PDF file contains...

    blog.groupdocs.com/viewer/groupdocs-viewer-dot-...
  2. Working with metadata in PNG images | GroupDocs

    Reading PNG metadata properties The GroupDocs.Metadata API supports extracting format-specific information from PNG Images. The following are the steps to read the native PNG metadata. Load a PNG Image Get the root metadata package Extract the native metadata package using PngRootPackage.PngPackage Read the PNG metadata properties AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Png.PngReadTextChunks using (Metadata metadata = new Metadata(Constants.InputPng)) { var root = metadata.GetRootPackage(); foreach (var chunk in root.PngPackage.TextChunks) { Console.WriteLine(chunk.Keyword); Console.WriteLine(chunk.Text); var compressedChunk = chunk as PngCompressedTextChunk; if (compressedChunk !...formats / Images / Working with metadata in PNG images Working...Working with metadata in PNG images Leave feedback Reading PNG metadata...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. GroupDocs.Metadata for .NET 17.2.0 Now Supports...

    We are really excited to announce the release of GroupDocs.Metadata for .NET version 17.02.0. The latest release comes up with a number of new features and enhancements. Users can now export the extracted metadata of various formats to a CSV or Excel file. The GroupDocs.Metadata API now supports video format too. Moreover, detecting DICOM format, reading Photoshop layers of a PSD format etc are some other enhancements introduced in this version of the API....(little-endian, big-endian) for image formats For details, please...

    blog.groupdocs.com/metadata/groupdocs.metadata-...
  4. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for .NET...Sub End Module The following image shows the output.log file: Logging...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/logging/
  5. Subset fonts | GroupDocs

    Reduce PDF file size by subsetting embedded fonts with GroupDocs.Viewer. See how to optimize font usage.... The following image demonstrates the result. There...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Get file info | GroupDocs

    This page describes how to detect document file type, size and calculate pages count when annotate documents or Images with GroupDocs.Annotation....PowerPoint presentation or image etc.) is a count of document...

    docs.groupdocs.com/annotation/java/get-file-info/
  7. List and print all supported file types | Group...

    This article explains how to list and print file types supported by GroupDocs.Viewer for .NET...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-list-and-p...
  8. Subset fonts | GroupDocs

    This topic describes how to subset fonts in PDF file using the GroupDocs.Viewer .NET API (C#)....Sub End Module The following image demonstrates the result. There...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  9. Existing objects in diagram document | GroupDocs

    This article explains how to to find and remove watermarks of both types in Visio document....document Create and initialize image/text search criteria Find possible... close (); Replacing shape image Since version 18.1. GroupDocs...

    docs.groupdocs.com/watermark/java/existing-obje...
  10. Working with DICOM metadata | GroupDocs

    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); // ....metadata for specific formats / Images / Working with DICOM metadata...format-specific information from DICOM images. The following are the steps...

    docs.groupdocs.com/metadata/net/working-with-di...