Sort Score
Result 10 results
Languages All
Labels All
Results 1,421 - 1,430 of 3,566 for

image conversion

(0.13 sec)
  1. Optimize the PDF file resources | GroupDocs

    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...

    docs.groupdocs.com/viewer/net/optimization-pdf-...
  2. Working with metadata in JPEG2000 images | Grou...

    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 Jpeg2000RootPackage.Jpeg2000Package Read the JPEG2000 comments AdvancedUsage.ManagingMetadataForSpecificFormats.Image.Jpeg2000.Jpeg2000ReadComments using (Metadata metadata = new Metadata(Constants.InputJpeg2000)) { var root = metadata.GetRootPackage(); if (root....Conversion Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  3. 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); // ....Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...

    docs.groupdocs.com/metadata/net/working-with-di...
  4. Extract a text from images and PDFs | GroupDocs

    This article explains how to extract a text from Images and PDFs...Conversion Product Solution GroupDocs...text from images and PDFs / Extract a text from images and PDFs...

    docs.groupdocs.com/parser/net/extract-text-from...
  5. How to Convert MSG to JPG using C#

    In this article, you will learn how to convert MSG to JPG using C# without installing third party software. Also, we will provide code to export MSG to JPG in C#....Conversion Product Family GroupDocs...with email messages, into JPG images is a task that can be accomplished...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  6. How to Run Examples | GroupDocs

    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...

    docs.groupdocs.com/editor/java/how-to-run-examp...
  7. How to Run Examples | GroupDocs

    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...

    docs.groupdocs.com/parser/java/how-to-run-examp...
  8. Add document to Spreadsheet via OLE | GroupDocs

    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...

    docs.groupdocs.com/merger/net/add-document-to-s...
  9. Get file info | GroupDocs

    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...

    docs.groupdocs.com/comparison/python-net/get-fi...
  10. How to Run the Examples | GroupDocs

    Examples to annotate on your documents, Images or web pages using Java....Conversion Product Solution GroupDocs...folders will look like following image: Open Eclipse and import the...

    docs.groupdocs.com/annotation/java/how-to-run-t...