Sort Score
Result 10 results
Languages All
Labels All
Results 4,501 - 4,510 of 17,868 for

watermarking .net

(0.07 sec)
  1. Bubble Chart in Email Document | Documentation

    Note In this article, we will use GroupDocs.Assembly to generate a Bubble Chart report in Email Document. Note The code uses some of the objects defined in The Business Layer. Bubble Chart in Email Document Note This feature is supported by version 17.8.0 or greater. Reporting Requirement As a report developer, you are required to share your sales/orders dynamically with the following key requirements: A report must be in ....Watermark Product Solution GroupDocs...Family / GroupDocs.Assembly for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/assembly/net/bubble-chart-in...
  2. Load file from local disk | Documentation

    This article demonstrates how to convert file stored on local disk using GroupDocs.Conversion for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...

    docs.groupdocs.com/conversion/net/load-file-fro...
  3. Save signed document with password | Documentation

    This article explains how to save document with password protection....Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/save-signed-d...
  4. Searching for document signatures with exceptio...

    This article explains how to handle exceptions when searching for electronic signatures with GroupDocs.Signature API....Watermark Product Solution GroupDocs...App Along with full-featured .NET library we provide simple, but...

    docs.groupdocs.com/signature/java/searching-for...
  5. Synonym search | Documentation

    This article shows that how synonym search allows you to find not only the words specified in the search query, but also the synonyms, words that means the same....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/nodejs-java/synonym-s...
  6. 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....Watermark Product Solution GroupDocs...Family / GroupDocs.Comparison for .NET / Advanced usage / Comparison...

    docs.groupdocs.com/comparison/net/set-shape-col...
  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....Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Developer Guide / Single document...

    docs.groupdocs.com/merger/net/extract-pages/
  8. 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....Watermark Product Solution GroupDocs...GroupDocs.Comparison for Python via .NET / Advanced usage / Loading /...

    docs.groupdocs.com/comparison/python-net/load-c...
  9. Add button component | Documentation

    The page describes how to add button component to a document using GroupDocs.Annotation for .net....Watermark Product Solution GroupDocs...Family / GroupDocs.Annotation for .NET / Annotation basics / Add component...

    docs.groupdocs.com/annotation/net/add-button-co...
  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....Watermark Product Solution GroupDocs...GroupDocs.Classification for .NET / Developer Guide / Basic Usage...

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