Sort Score
Result 10 results
Languages All
Labels All
Results 4,331 - 4,340 of 17,875 for

.net watermarking

(0.14 sec)
  1. Working with OpenType fonts | Documentation

    OpenType is a format for scalable computer fonts. It was built on its predecessor TrueType, retaining TrueType’s basic structure and adding many intricate data structures for prescribing typographic behavior. Note Please find more information on the OpenType format here: https://en.wikipedia.org/wiki/OpenType. Reading OpenType metadata The GroupDocs.Metadata API supports extracting format-specific information from OpenType font files. The following are the steps to read the header of an OpenType file. Load an OpenType font file Get the root metadata package Extract the native metadata package using OpenTypeRootPackage....Watermark Product Solution GroupDocs...Family / GroupDocs.Metadata for .NET / Developer Guide / Advanced...

    docs.groupdocs.com/metadata/net/working-with-op...
  2. Search for electronic signatures in document | ...

    This topic learns how to search for document electronic signature and its details...Watermark Product Solution GroupDocs...Family / GroupDocs.Signature for .NET / Developer Guide / Basic usage...

    docs.groupdocs.com/signature/net/search-for-ele...
  3. Adding NEXT Field into Template Syntax | Docume...

    Note This feature is only compatible with GroupDocs.Assembly for Python via .net 3.3.0 or later releases. Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax We provide support for the following products: . <><><<[ProductName]>> <> The Recipe Set up the source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More resources Advanced usage topics To learn more about library features, please refer to theadvanced usage section....Watermark Product Solution GroupDocs...GroupDocs.Assembly for Python via .NET 3.3.0 or later releases. Adding...

    docs.groupdocs.com/assembly/python-net/adding-n...
  4. Managing dictionaries | Documentation

    The advanced articles in this section provide comprehensive details related to various dictionaries of GroupDocs.Search: More resources GitHub examples You may easily run the code from documentation articles and see the features in action in our GitHub examples: GroupDocs.Search for .net examples GroupDocs.Search for Java examples Free online document search App Along with full featured .net library we provide simple, but powerful free Apps. You are welcome to search over your PDF, DOC, DOCX, PPT, PPTX, XLS, XLSX and more with our free online Free Online Document Search App....Watermark Product Solution GroupDocs...App Along with full featured .NET library we provide simple, but...

    docs.groupdocs.com/search/nodejs-java/managing-...
  5. Loading files from different sources | Document...

    Following this guide you will learn how to load PDF, Word, Excel, or PowerPoint documents by local file path, stream or URL for further processing with GroupDocs.Conversion for .net API....Watermark Product Solution GroupDocs...Family / GroupDocs.Conversion for .NET / Developer guide / Advanced...

    docs.groupdocs.com/conversion/net/loading-files...
  6. Saving | Documentation

    Learn more about document saving and how to customize process with available options, like, cloning metadata type, gets or sets password and etc...Watermark Product Solution GroupDocs...GroupDocs.Comparison for Python via .NET / Advanced usage / Saving Saving...

    docs.groupdocs.com/comparison/python-net/saving/
  7. GroupDocs.Comparison Overview | Documentation

    In this article, get acquainted with the features, functions, supported file formats and developer usage of GroupDocs.Comparison for .net — API to compare two or more files and get the difference between them....Watermark Product Solution GroupDocs...Family / GroupDocs.Comparison for .NET / GroupDocs.Comparison Overview...

    docs.groupdocs.com/comparison/net/groupdocs-com...
  8. Get supported file formats | Documentation

    The page describes how to obtain supported file formats list when annotate documents and images with GroupDocs.Annotation within your .net applications....Watermark Product Solution GroupDocs...Family / GroupDocs.Annotation for .NET / Annotation basics / Get supported...

    docs.groupdocs.com/annotation/net/get-supported...
  9. Getting Started | Documentation

    This section decsribes how to get started with GroupDocs.Merger for .net library...Watermark Product Solution GroupDocs...Family / GroupDocs.Merger for .NET / Getting Started Getting Started...

    docs.groupdocs.com/merger/net/getting-started/
  10. Classify document from stream | Documentation

    Classifying of the document from stream could be performed with the next step Call Classify method for “stream” stream with Documents taxonomy and return 2 best results. Handle possible ApiException // Classify document from stream with Documents taxonomy and return 2 best resultstry { var response = classifier.Classify(stream, 2, Taxonomy.Documents); Console.WriteLine(response.BestClassName, response.BestClassProbability); } catch (ApiException e) { Console.WriteLine(e.Message); }...Watermark Product Solution GroupDocs...GroupDocs.Classification for .NET / Developer Guide / Basic Usage...

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