Sort Score
Result 10 results
Languages All
Labels All
Results 3,151 - 3,160 of 4,661 for

values

(0.12 sec)
  1. Locating signature in the Word header or footer...

    This article explains how to locate signature in the footer and header of Word document.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/locating-signa...
  2. Basic usage | GroupDocs

    Quick Start section about main features of GroupDocs.Signature API, describes how to sign documents with just couple lines of code.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/basic-usage/
  3. Delete Text signatures from documents | GroupDocs

    This article explains how to delete Text electronic signatures with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/net/delete-text-si...
  4. Add watermark annotation | GroupDocs

    The page describes how to add watermark annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-watermark...
  5. Add replies to annotation | GroupDocs

    The page describes how to add annotation replies when collaborate over document using GroupDocs.Annotation for .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-replies-t...
  6. Add strikeout annotation | GroupDocs

    The page describes how to add strikeout annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-strikeout...
  7. Add highlight annotation | GroupDocs

    The page describes how to add highlight annotation to a document using GroupDocs.Annotation for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/net/add-highlight...
  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.... We value your opinion. Your feedback...

    docs.groupdocs.com/classification/net/classify-...
  9. Split text file | GroupDocs

    Follow this guide and learn how to split text file into several resultant files using GroupDocs.Merger for Python via .NET API.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/python-net/split-text...
  10. How to merge archives to ZIP using Java | Group...

    Learn how to merge archives to ZIP file, combine archives into one ZIP file programmatically in Java language using GroupDocs.Merger for Java library.... We value your opinion. Your feedback...

    docs.groupdocs.com/merger/java/getting-started/...