Sort Score
Result 10 results
Languages All
Labels All
Results 961 - 970 of 4,879 for

text signature

(0.08 sec)
  1. Features Overview | GroupDocs

    GroupDocs.Classification main feature is an ability to classify raw Text and documents with IAB-2, Documents, Sentiment or Sentiment3 taxonomies. Sentiment Classification (Analysis) supports 4 languages: English, Chinese, Spanish, and German. GroupDocs.Classification provides flexible set of settings to customize classification process: Name Description Default value bestClassesCount Select the number of results to return 1 taxonomy Select taxonomy (IAB-2, Documents, Sentiment or Sentiment3). Taxonomy.Iab2 precisionRecallBalance Select precision/recall balance for Documents taxonomy. If the classifier is not sure of the result, it will return Other class....Signature Product Solution GroupDocs...is an ability to classify raw text and documents with IAB-2, Documents...

    docs.groupdocs.com/classification/net/features-...
  2. Password-protected documents | GroupDocs

    GroupDocs.Parser provides the functionality to open the password-protected documents. The following are the steps to work with password protected documents. Instantiate the LoadOptions object; Set password in LoadOptions(String) constructor; Create Parser object and call any method. The following code sample shows how to process password protected documents. try { String password = "123456"; // Create an instance of Parser class with the password: try (Parser parser = new Parser(Constants.SamplePassword, new LoadOptions(password))) { // Check if Text extraction is supported if (!...Signature Product Solution GroupDocs...( password ))) { // Check if text extraction is supported if (...

    docs.groupdocs.com/parser/java/password-protect...
  3. Convert TXT to MHTML using Node.js

    You can easily convert TXT to MHTML using Node.js with powerful conversion library. This allows you to export TXT to MHTML in Node.js quickly and reliably....Signature Product Family GroupDocs.Metadata...often a need to convert raw text files into browser-compatible...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  4. Get comparison result as an object model | Grou...

    Learn how to get the result document object model with GroupDocs.Comparison for Python via .NET...Signature Product Solution GroupDocs...[92mSource text: \033 [0m" , change . source_text ) # green print...

    docs.groupdocs.com/comparison/python-net/get-re...
  5. GroupDocs.Watermark Product Family | GroupDocs

    Powerfull API for adding watermarks to the documents of different file formats. Documentation .NET Java Node.js Python GroupDocs.Watermark for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines Adding Text watermark Adding image watermark .NET code examples Open-source projects for APIs example usage GroupDocs.Watermark for .NET More GroupDocs.Watermark for Java More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Adding watermark Articles and guidelines for basic and advanced development...Signature Product Solution GroupDocs...Articles and guidelines Adding text watermark Adding image watermark...

    docs.groupdocs.com/watermark/
  6. Field Management in GroupDocs.Editor for Node.j...

    This documentation section explains the management and manipulation of form fields within documents using GroupDocs.Editor for Node.js via Java....Signature Product Solution GroupDocs...programmatically, including text fields, checkboxes, dropdowns...

    docs.groupdocs.com/editor/nodejs-java/form-fiel...
  7. Specify encoding when loading documents | Group...

    This article explains how to specify encoding when loading documents with GroupDocs.Viewer within your Java applications....Signature Product Solution GroupDocs...to open file in Notepad the text これはShift_JISエンコード用のサンプルテキストです。...

    docs.groupdocs.com/viewer/java/specify-encoding...
  8. How to Convert RTF to TXT using C#

    We will demonstrate how to convert RTF to TXT using C# without the need of third-party software. Moreover, we will provide code example to export RTF to TXT in C#....Signature Product Family GroupDocs.Metadata...using C# in this article. Rich Text Format ( RTF ) files can be...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  9. Distance, Strikeout and Underline Annotation in...

    The GroupDocs team is proudly announcing version v4.0.0 for GroupDocs.Annotation for Java Modern UI. Keeping in mind features supported in our backend API, we have implemented updates in this modern user interface. In this new version, a user can now add distance, strikeout and **underline **annotation. We would recommend Java users to download this new version to explore and provide us valuable feedback. let’s explore new features in detail....user can strikeout selected text in the document and add annotation...user can underline selected text in the document and add annotation...

    blog.groupdocs.com/annotation/distance-strikeou...
  10. Add watermarks to presentation documents | Grou...

    Adding watermark to a particular slide Using GroupDocs.Watermark, you can add watermark to a particular slide of a PowerPoint presentation in a simplified way. Adding watermark to a particular PowerPoint slide using GroupDocs.Watermark consists of following steps. Load the document Create and initialize watermark object Set watermark properties Call setSlideIndex() of PresentationWatermarkSlideOptions Add watermark to the document Save the document Following code shows how to add TextWatermark to the first slide and ImageWatermark to the second slide....Signature Product Solution GroupDocs...pptx" , loadOptions ); // Add text watermark to the first slide...

    docs.groupdocs.com/watermark/java/add-watermark...