Sort Score
Result 10 results
Languages All
Labels All
Results 791 - 800 of 1,720 for

pdf image comparison

(0.42 sec)
  1. Working with metadata in ASF files | GroupDocs

    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....Comparison Product Solution GroupDocs...println ( String . format ( "Image height: %s" , videoStreamProperty...

    docs.groupdocs.com/metadata/java/working-with-m...
  2. Use Microsoft Azure Computer Vision API | Group...

    This article explains that how to use Microsoft Azure Computer Vision API...Comparison Product Solution GroupDocs...Usage / Using OCR to redact image documents / Use Microsoft Azure...

    docs.groupdocs.com/redaction/java/use-microsoft...
  3. Create custom format handler | GroupDocs

    This article shows how to implement one or several interfaces for the document's features and required redaction....Comparison Product Solution GroupDocs...document as a PDF with page images) Required for raster image format...

    docs.groupdocs.com/redaction/net/create-custom-...
  4. Load EBook Documents with Options | GroupDocs

    Learn how to use EBookLoadOptions to configure ebook document loading in GroupDocs.Conversion for .NET. Supports MOBI, EPUB, and AZW3 formats....Comparison Product Solution GroupDocs...converter . Convert ( "digital-novel.pdf" , new PdfConvertOptions ());...

    docs.groupdocs.com/conversion/net/load-ebook-do...
  5. 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 !...Comparison Product Solution GroupDocs...formats / Images / Working with metadata in PNG images Working...

    docs.groupdocs.com/metadata/net/working-with-me...
  6. Find metadata properties | GroupDocs

    This article explains that how you can easily search metadata and extract desired metadata properties from Pdf, DOCX, PPTX, XLSX, Images, audio, video and many other files of different types in your .NET solution....Comparison Product Solution GroupDocs...properties from PDF, DOCX, PPTX, XLSX, images, audio, video and...

    docs.groupdocs.com/metadata/net/find-metadata-p...
  7. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Comparison Product Solution GroupDocs...GitHub examples: Free online image extractor App Along with full...

    docs.groupdocs.com/parser/java/extract-hyperlin...
  8. Sign document with Digital signature | GroupDocs

    Learn about the benefits of using digital signatures to sign documents securely. Discover how to add programmatically digital signatures in C# with step-by-step instructions....Comparison Product Solution GroupDocs...digital signature looks on a PDF document page by default. Why...

    docs.groupdocs.com/signature/net/sign-document-...
  9. Handle loading of external resources documents ...

    GroupDocs.Parser provides the functionality to handle loading of HTML external resources. Here are the steps to handle loading of HTML external resources. Instantiate the ParserSettings object and pass External Resource Handler; Create Parser object and call GetImages method. The following code sample shows how to handle loading of HTML external resources. // Create an instance of ParserSettings to pass External Resource Handler ParserSettings settings = new ParserSettings(new Handler()); // Create an instance of Parser class to generate spreadsheet page previews try (Parser parser = new Parser(Constants....Comparison Product Solution GroupDocs..., settings )) { // Extract images from HTML document Iterable...

    docs.groupdocs.com/parser/java/handle-loading-o...
  10. Extract hyperlinks from document | GroupDocs

    This article explains that how to extract hyperlinks from documents....Comparison Product Solution GroupDocs...GitHub examples: Free online image extractor App Along with full...

    docs.groupdocs.com/parser/net/extract-hyperlink...