Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 630 for

email to image

(0.04 sec)
  1. Working with IPTC IIM metadata | Documentation

    This article explains how To access IPTC metadata in a file of any supported format, GroupDocs.Metadata for Java provides the IIptc.getIptcPackage method....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/java/working-with-i...
  2. GroupDocs.Assembly for Java 19.5 Release Notes ...

    This page contains release notes for GroupDocs.Assembly for Java 19.5. Major Features Supported loading of template documents from HTML with resources and saving of assembled documents To HTML with resources. Full List of Features Covering all Changes in this Release Key Summary Category ASSEMBLYNET-86  Support saving of assembled Word Processing documents To HTML with resources  Feature  ASSEMBLYNET-87  Support loading of template documents from HTML with resources  Feature  ASSEMBLYNET-109  Support saving of assembled Spreadsheet documents To HTML with resources  Feature  ASSEMBLYNET-110  Support saving of assembled Presentation documents To HTML with resources  Feature  ASSEMBLYNET-111  Support saving of assembled Emails To HTML with resources  Feature  ASSEMBLYNET-114  An exception is thrown on saving a document To DOC or PDF assembled from a DOCX template containing charts  Bug  ASSEMBLYJAVA-13  Upgrade release JAR To JDK 7 after Java 6 discontinuation  Enhancement  Public API and Backward Incompatible Changes  This section lists public API changes that were introduced in GroupDocs....Support saving of assembled emails to HTML with resources Feature...DataSourceInfo ( "It should be a jeep image." , "value" )); After running...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  3. Working with IPTC IIM metadata | Documentation

    This article shows how To access IPTC metadata in a file of any supported format....that can be applied to text, images, and other media types. The...standard is supported by many image creation and manipulation programs...

    docs.groupdocs.com/metadata/net/working-with-ip...
  4. Use Microsoft Azure Computer Vision API | Docum...

    This article explains that how To use Microsoft Azure Computer Vision API...Usage / Using OCR to redact image documents / Use Microsoft Azure...Cognitive Services consider this image as wrong: " + ex . toString...

    docs.groupdocs.com/redaction/java/use-microsoft...
  5. Working with metadata in ASF files | Documentation

    Reading ASF format-specific properties The GroupDocs.Metadata API supports extracting format-specific information from ASF files. The following are the steps To read native ASF metadata. Load an ASF video Get the root metadata package Extract the native metadata package using the AsfRootPackage.getAsfPackage method Read the ASF metadata properties advanced_usage.managing_metadata_for_specific_formats.video.asf.AsfReadNativeMetadataProperties try (Metadata metadata = new Metadata(Constants.InputAsf)) { AsfRootPackage root = metadata.getRootPackageGeneric(); AsfPackage asfPackage = root.getAsfPackage(); // Display basic properties System.out.println(String.format("Creation date: %s", asfPackage.... format ( "Image height: %s" , videoStreamProperty...println ( String . format ( "Image width: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  6. List attachments | Documentation

    Retrieve a list of document attachments from your Emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for Java...families that support attachments: emails, Outlook data files, archives...attachment ); } } The following image shows a sample console output:...

    docs.groupdocs.com/viewer/java/how-to-list-atta...
  7. Working with metadata in JPEG2000 images | Docu...

    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....formats / Images / Working with metadata in JPEG2000 images Working...Working with metadata in JPEG2000 images Leave feedback Reading JPEG2000...

    docs.groupdocs.com/metadata/net/working-with-me...
  8. Working with XMP metadata | Documentation

    This article shows how To access XMP metadata in a file of any supported format....gets XMP properties of a PNG image and displays them on the screen...Schemes . DublinCore . Format = "image/gif" ; root . XmpPackage . Schemes...

    docs.groupdocs.com/metadata/net/working-with-xm...
  9. List attachments | Documentation

    Retrieve a list of document attachments from your Emails, Outlook data files, archives and PDF documents with GroupDocs.Viewer for .NET...families that support attachments: emails, Outlook data files, archives...Sub End Module The following image shows a sample console output:...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  10. Working with metadata in PNG images | Documenta...

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