Sort Score
Result 10 results
Languages All
Labels All
Results 2,601 - 2,610 of 10,961 for

text

(0.75 sec)
  1. Supported File Formats | GroupDocs

    The following article indicates the file formats that GroupDocs.Comparison can work with....Template ✅ XML Spreadsheet 2003 ✅ Text and programming file formats...Query Language Data File ✅ Plain Text File ✅ Vim Settings File ✅ XML...

    docs.groupdocs.com/comparison/python-net/suppor...
  2. Obtain document form fields and signatures info...

    This article shows how to get information about electronic signatures in the document and its form fields with GroupDocs.Signature API....getValue ()); } // display document Text signatures information System...System . out . print ( "Document Text signatures : " + documentInfo...

    docs.groupdocs.com/signature/java/obtain-docume...
  3. GroupDocs.Watermark Product Family

    Document Automation APIs to enrich .NET and Java applications to view, edit, annotate, convert, compare, e-sign, parse, split, merge, redact, or classify documents of almost all the popular file formats.... Watermarks can be either text or image-based. In this article...such documents. There can be text and image-based watermarks in...

    blog.groupdocs.com/categories/groupdocs.waterma...
  4. Convert PDF to RTF using Node.js

    Learn how to convert PDF to RTF using Node.js with a step-by-step guide. Easily export PDF to RTF in Node.js for editable and formatted Text processing....compatible with other text-based tools. RTF (Rich Text Format) provides...flexible alternative that retains text formatting and is compatible...

    kb.groupdocs.com/conversion/nodejs/convert-pdf-...
  5. How to Run Examples | GroupDocs

    Step-by-step guide to run GroupDocs.Parser for .NET code examples. Learn how to build projects from scratch, use GitHub examples, and set up your development environment....your document { // Extract a text to the reader using ( TextReader...()) { // Print an extracted text (or "not supported" message)...

    docs.groupdocs.com/parser/net/how-to-run-examples/
  6. 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....is an ability to classify raw text and documents with IAB-2, Documents...PrecisionRecallBalan.Default Raw text classification GroupDocs.Classification...

    docs.groupdocs.com/classification/net/features-...
  7. 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 (!...( password ))) { // Check if text extraction is supported if (...{ System . out . println ( "Text extraction isn't supported."...

    docs.groupdocs.com/parser/java/password-protect...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Signature for Java...of how to sign document with text signature using old and new...String >( signConfig ); // setup text signature options PdfSignTextOptions...

    docs.groupdocs.com/signature/java/migration-notes/
  9. Use Aspose.OCR for Cloud SDK | GroupDocs

    This article explains that how to use Aspose.OCR for Cloud SDK in Java.... getString ( "text" ); return createDtoFromRespons...parse json tree with regions and text lines. } ... } The RecognizeFromContent()...

    docs.groupdocs.com/redaction/java/use-aspose-oc...
  10. Locking watermark in word processing document |...

    Lock watermarks in a Word document to restrict editing using Python via .NET....pages This sample adds a locked text watermark across all pages using... TextWatermark ( "Watermark text" , gww . Font ( "Arial" , 19...

    docs.groupdocs.com/watermark/python-net/locking...