Sort Score
Result 10 results
Languages All
Labels All
Results 761 - 770 of 1,723 for

pdf image comparison

(0.19 sec)
  1. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...Comparison Product Solution GroupDocs...recognize text in separate image files. The default value is...

    docs.groupdocs.com/search/nodejs-java/indexing-...
  2. 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....Comparison Product Solution GroupDocs...that can be applied to text, images, and other media types. The...

    docs.groupdocs.com/metadata/java/working-with-i...
  3. List attachments | Documentation

    Retrieve a list of document attachments from your emails, Outlook data files, archives and Pdf documents with GroupDocs.Viewer for .NET...Comparison Product Solution GroupDocs...Outlook data files, archives, and PDF documents. C# using System ;...

    docs.groupdocs.com/viewer/net/how-to-list-attac...
  4. 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....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG2000 images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  5. Extracting MakerNote metadata | Documentation

    What is MakerNote? MakerNote metadata refers to Image information that is written by digital cameras of different manufacturers. Usually, MakerNote metadata properties contain camera settings and some other conditions under which the shot was taken. Most manufacturers store MakerNote properties in a proprietary binary format derived from EXIF. GroupDocs.Metadata allows extracting MakerNote metadata saved by the following manufacturers: Canon Nikon Panasonic Sony Read all MakerNote properties in the form of TIFF/EXIF tags Utilizing the GroupDocs....Comparison Product Solution GroupDocs...formats / Images / Working with metadata in JPEG images / Extracting...

    docs.groupdocs.com/metadata/java/extracting-mak...
  6. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...a documents and images of various types - PDF, Microsoft Word...

    docs.groupdocs.com/annotation/java/add-annotati...
  7. Exclude fonts | Documentation

    Learn how to exclude system pre-installed fonts from HTML markup to reduce rendered document size when rendering documents using GroupDocs.Viewer for Java....Comparison Product Solution GroupDocs...Extension Portable Document Format PDF Microsoft Word DOC, DOCX, DOCM...

    docs.groupdocs.com/viewer/java/exclude-fonts/
  8. Redaction basics | Documentation

    This article shows that how C# developers can apply metadata, Image, annotation and text redaction in their documents. Wide range of document formats is supported, such as, Pdf, DOC, DOCX, PPT, PPTX, XLS, XLSX and others....Comparison Product Solution GroupDocs...formats is supported, such as: PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX...

    docs.groupdocs.com/redaction/python-net/redacti...
  9. Add annotation to the document | Documentation

    The page describes document annotations of different types and how to add annotations to a document using GroupDocs.Annotation API....Comparison Product Solution GroupDocs...a documents and images of various types - PDF, Microsoft Word...

    docs.groupdocs.com/annotation/net/add-annotatio...
  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 !...Comparison Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

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