Sort Score
Result 10 results
Languages All
Labels All
Results 2,421 - 2,430 of 29,403 for

groupdocs.metadata

(0.07 sec)
  1. Compare of Variables and Document properties | ...

    This article explains how to activate the comparison of document properties in GroupDocs.Comparison for Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/compare-of-v...
  2. Show gap lines instead of changes | Documentation

    This article explains how to adjust the display of the output document so that the changed content is replaced with empty lines in GroupDocs.Comparison for Java....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/java/show-gap-lines/
  3. Load custom fonts | Documentation

    This article explains how to load custom fonts PDF, Word, Excel, PowerPoint documents when using GroupDocs.Comparison for Python via .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/load-c...
  4. Set shape color independently of font color | D...

    Following this guide you will learn how to set shape color independently of font color and modify appearance of detected changes when use GroupDocs.Comparison for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/comparison/net/set-shape-col...
  5. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for .NET....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/annotation/net/add-button-co...
  6. Add image annotation | Documentation

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

    docs.groupdocs.com/annotation/java/add-image-an...
  7. Extract pages | Documentation

    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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/merger/net/extract-pages/
  8. Numeric range search | Documentation

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue)....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/search/net/numeric-range-sea...
  9. Caching | Documentation

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

    docs.groupdocs.com/conversion/net/caching/
  10. Classify document by path | Documentation

    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....Assembly Product Solution GroupDocs.Metadata Product Solution GroupDocs...

    docs.groupdocs.com/classification/net/classify-...