Sort Score
Result 10 results
Languages All
Labels All
Results 2,351 - 2,360 of 10,013 for

text

(0.09 sec)
  1. Wildcard search in DOCX online

    Wildcard search in DOCX. Perform wildcard search of words and phrases online....is a search for a string of text using a pattern in which some...denotes an arbitrary string of text with any number of characters...

    products.groupdocs.app/search/wildcard/docx
  2. Convert DOCX to MD using Python

    Learn how to convert DOCX to MD using Python with simple code examples. Easily export DOCX to MD using Python for clean markdown formatting and lightweight content....transition from rich text to structured plain text, enabling compatibility...content workflows while preserving text structure in a clean, manageable...

    kb.groupdocs.com/conversion/python/convert-docx...
  3. Supported Document Formats | Documentation

    Supported File Formats The following table indicates the input and output file formats supported by GroupDocs.Assembly for Python via .NET. Format Description Load Save Populate Remarks DOC Microsoft Word 97 - 2007 Document. DOT Microsoft Word 97 - 2007 Template. DOCX Office Open XML WordprocessingML Document (macro-free). DOCM Office Open XML WordprocessingML Macro-Enabled Document. DOTX Office Open XML WordprocessingML Template (macro-free). DOTM Office Open XML WordprocessingML Macro-Enabled Template. RTF RTF format....Apple’s Email Message Format Plain Text Word Processing Markup Language...Language HTML format. ODF Text Document. ODF Text Document Template....

    docs.groupdocs.com/assembly/python-net/supporte...
  4. Extract tables from Microsoft Office Word docum...

    To extract tables from Microsoft Office Word document getStructure method is used. This method returns XML representation of the document. Tables are represented by “table” tag. For more details, see Extract Text structure. Warning getStructure method returns null value if Text structure extraction isn’t supported for the document. For example, Text structure extraction isn’t supported for TXT files. Therefore, for TXT file getStructure method returns null. If Microsoft Office Word document has no Text, getStructure method returns an empty org....method returns null value if text structure extraction isn’t supported...for the document. For example, text structure extraction isn’t supported...

    docs.groupdocs.com/parser/java/extract-tables-f...
  5. Features Overview | Documentation

    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-...
  6. Password-protected documents | Documentation

    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...
  7. GroupDocs.Redaction 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....redaction methods to redact text, metadata, and annotations....various redaction types such as text redaction, metadata redaction...

    blog.groupdocs.com/categories/groupdocs.redacti...
  8. Generate Barcode in C# | Add Barcodes to Docume...

    C# barcode generator to electronically sign documents & Images by attaching created barcodes to Word, Excel, PDF, PNG, JPG, WebP files....signatures like QR Codes, barcodes, text, image, metadata, digital signatures...generated with the customized text, appearance, and different encoding...

    blog.groupdocs.com/signature/barcode-generator-...
  9. 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....often a need to convert raw text files into browser-compatible...deliver rich output from simple text sources. If your project demands...

    kb.groupdocs.com/conversion/nodejs/convert-txt-...
  10. Sign documents with additional image adjustment...

     This article explains how to use different image adjustment with electronic signatures on document page....); } Sign PDF document with Text signature Sticker appearance...This example shows how to add Text signature to Pdf document with...

    docs.groupdocs.com/signature/net/sign-documents...