Sort Score
Result 10 results
Languages All
Labels All
Results 2,651 - 2,660 of 10,758 for

text

(0.07 sec)
  1. GroupDocs.Signature for Python 26.1 – 最新更新與修復(2...

    探索 GroupDocs.Signature for Python 26.1 的新功能。現在可於 NuGet 與 GroupDocs 網站上取得。... code_text_alignment = gs . CodeTextAlignment...CodeTextAlignment . BELOW qr_sign_options . text = "GROUP DOCS" # Preview generation...

    blog.groupdocs.com/zh-hant/signature/groupdocs-...
  2. 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...
  3. Convert PDF to DOCX using Python

    Discover how to convert PDF to DOCX using Python with straightforward steps. Easily export PDF to DOCX using Python, all without need to install additional software....accuracy, preserving the original text, images, and layout. This process...converting DOCX documents to plain text in Python, see our dedicated...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  4. Convert DOCX to RTF using Python

    Learn how to convert DOCX to RTF using Python with simple code. Easily export DOCX to RTF using Python for cross-platform, editable document output....especially when dealing with text-based data exchange or integration...with legacy systems. RTF (Rich Text Format) is widely supported...

    kb.groupdocs.com/conversion/python/convert-docx...
  5. Supported file formats | GroupDocs

    GroupDocs.Conversion for Node.js via Java supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more...Documentation File ✅ ✅ OpenDocument Text Document ✅ ✅ OpenDocument Document...Template ✅ ✅ Rich Text Format File ✅ ✅ Plain Text File ✅ ✅ Was this...

    docs.groupdocs.com/conversion/nodejs-java/suppo...
  6. Removing found watermarks | GroupDocs

    This article explains how to remove found watermarks while using GroupDocs. Watermarks API....Remove watermark with particular text formatting GroupDocs.Watermark...watermarks with a particular text formatting. AdvancedUsage.SearchAndRemoveWater...

    docs.groupdocs.com/watermark/net/removing-found...
  7. Add watermarks to word processing documents | G...

    Add watermarks in headers and footers of any section using Python via .NET....are commonly used to display text or graphics across pages. You...This sample adds a shape-based text watermark into the header/footer...

    docs.groupdocs.com/watermark/python-net/add-wat...
  8. Install GroupDocs.Parser for Python via .NET | ...

    Install using PyPI All Python packages are hosted at PyPI. You can easily reference GroupDocs.Parser for Python via .NET API directly in your Python project by installing it with the following command. pip install groupdocs-parser-net Download Package from Official Website To download the GroupDocs.Parser package for your operating system, please visit the official GroupDocs Releases website. Currently, OS-specific packages are available for different platforms: Windows 64-bit: Package name ends with amd64....a simple example to extract text from a document: Python from...parser import Parser def extract_text_quick_start (): # Create an...

    docs.groupdocs.com/parser/python-net/installation/
  9. 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-...
  10. 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...