Sort Score
Result 10 results
Languages All
Labels All
Results 1,401 - 1,410 of 3,554 for

image conversion

(0.06 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. Existing objects in diagram document | GroupDocs

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

    docs.groupdocs.com/watermark/java/existing-obje...
  3. System Requirements | GroupDocs

    GroupDocs.Signature for Python via .NET sustem requirements....Conversion Product Solution GroupDocs...converting images or documents that contain images. The library...

    docs.groupdocs.com/signature/python-net/system-...
  4. Determine the file type | GroupDocs

    This article explains how to get a type of a file with GroupDocs.Viewer for Java using Java....Conversion Product Solution GroupDocs...+ fileType ); The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-determine...
  5. Remove annotations | GroupDocs

    Remove annotations from PDF files to reduce file size using the GroupDocs.Viewer Python API....Conversion Product Solution GroupDocs...download it. The following image demonstrates the result: Was...

    docs.groupdocs.com/viewer/python-net/optimizati...
  6. Logging | GroupDocs

    Logging when rendering documents with GroupDocs.Viewer for Java...Conversion Product Solution GroupDocs...viewOptions ); } The following image shows the output.log file: Was...

    docs.groupdocs.com/viewer/java/logging/
  7. 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 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....Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with DICOM metadata...

    docs.groupdocs.com/metadata/java/working-with-d...
  8. Working with BMP metadata | GroupDocs

    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:...Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/net/working-with-bm...
  9. Working with BMP metadata | GroupDocs

    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:...Conversion Product Solution GroupDocs...metadata for specific formats / Images / Working with BMP metadata...

    docs.groupdocs.com/metadata/java/working-with-b...
  10. sample-app.zip

    sample-app/sample.pdf This document contains a variety of formatted elements that are used to test document rendering quality during file Conversion Source Sans Pro Light, 14 pt. Simple text in Tim......rendering quality during file conversion Source Sans Pro Light, 14...rendering quality during file conversion and centered. It actually...

    docs.groupdocs.com/viewer/nodejs-java/sample-fi...