Sort Score
Result 10 results
Languages All
Labels All
Results 2,931 - 2,940 of 38,001 for

groupdocs.comparison

(1.29 sec)
  1. Working with metadata in MOV Files | GroupDocs

    Reading MOV format-specific properties The GroupDocs.Metadata API supports extracting QuickTime atoms from a MOV video. The atom is the basic data unit in any QuickTime file. Please find more information on QuickTime atoms in the official specification: https://developer.apple.com/library/archive/documentation/QuickTime/QTFF/QTFFPreface/qtffPreface.html The following are the steps to extract QuickTime atoms from a MOV video. Load a MOV video Get the root metadata package Extract the native metadata package using MovRootPackage.MovPackage Read the QuickTime atoms AdvancedUsage....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/metadata/net/working-with-me...
  2. Loading Documents | GroupDocs

    Load documents into GroupDocs.Merger for Python via .NET from a local file path, a Python stream, or a password-protected file using the Merger class constructors and LoadOptions....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/python-net/developer-...
  3. In-Table List with Filtering Grouping and Order...

    In-Table List with Filtering, Grouping, and Ordering in HTML Document Note In this article, we will use GroupDocs.Assembly to generate In-TableList with Filtering, Grouping, and Ordering report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. In-Table List with Filtering, Grouping, and Ordering in HTML Document Reporting Requirement As a report developer, you are required to represent managers’ contract information with the following key requirements:...Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/in-table-list-...
  4. Extract pages | GroupDocs

    Following this guide you will learn how to extract pages from PDF, Word, Excel, PowerPoint and many other file types using GroupDocs.Merger for .NET....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/extract-pages/
  5. Optimize output for printing | GroupDocs

    This article explains how to optimize output HTML for printing....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/viewer/net/how-to-optimize-o...
  6. Caching | GroupDocs

    Learn this article and check how to improve conversion speed and performance when convert document with GroupDocs.Conversion for .NET API....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/caching/
  7. Add image annotation | GroupDocs

    The page describes how to add image annotation to a document using GroupDocs.Annotation for Java....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/add-image-an...
  8. Classify document by path | GroupDocs

    Classify document by path with IAB-2 taxonomy and return 2 best results Classifying of the document could be performed with the next steps Call Classify method for “document.pdf” file in the current (".") directory with IAB-2 taxonomy and return 2 best results. Handle possible ApiException try { var response = classifier.Classify("document.pdf", ".", 3, Taxonomy.Iab2); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); } Precisely classify document by path with Documents taxonomy and return 4 best results Call Classify method for “document....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...
  9. Save only annotated pages | GroupDocs

    The page describes how to save only annotated pages when using GroupDocs.Annotation for Java API....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/annotation/java/save-only-an...
  10. Get document page preview | GroupDocs

    This article shows the implementation of Redactor class which supports the rendering of the document preview in JPEG, PNG and BMP....Markdown Product Solution GroupDocs.Comparison Product Solution GroupDocs...

    docs.groupdocs.com/redaction/java/get-document-...