Sort Score
Result 10 results
Languages All
Labels All
Results 2,671 - 2,680 of 10,961 for

text

(0.23 sec)
  1. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....note that the number in the text must not be separated by spaces...the numeric range search in text and object forms. const indexFolder...

    docs.groupdocs.com/search/nodejs-java/numeric-r...
  2. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Image Metadata QR-code Stamp Text Bitmap Picture (BMP) CorelDraw...Template OpenDocument Text OpenDocument Text Template Was this page...

    docs.groupdocs.com/signature/java/supported-doc...
  3. Numeric range search | GroupDocs

    This article gives the knowledge about numeric range search which allows you to search in documents any integer numbers in the range from 0 to 9223372036854775807 (Int64.MaxValue) using Java search API....note that the number in the text must not be separated by spaces...the numeric range search in text and object forms. String indexFolder...

    docs.groupdocs.com/search/java/numeric-range-se...
  4. Clear watermarks | GroupDocs

    Search and remove existing Text or image watermarks using Python via .NET....Deleting text watermarks Search for and remove specific text watermarks...You can target them by their text value and clear them in a single...

    docs.groupdocs.com/watermark/python-net/basic-u...
  5. [Release] GroupDocs.Redaction for .NET v26.4 – ...

    Dear GroupDocs Customers We are pleased to announce the release of GroupDocs.Redaction for .NET v26.4. This release focuses on enhancing supported format operations and expanding redaction capabilities across modern doc…...compatibility and more reliable text redactions. Key New Features...or redact specific metadata text values in WEBP images. Enhanced...

    forum.groupdocs.com/t/release-groupdocs-redacti...
  6. Render Print Area in Worksheets using GroupDocs...

    Here we go! Another monthly release of GroupDocs.Viewer for .NET is out now. In the current release, you will find new options to render print area and to include or exclude hidden columns and rows in the Cells documents. Furthermore, we have added the support of rendering POTX, PPTM, and EPS file formats. Below you find the list of new features, improvements, and fixes added in GroupDocs.Viewer for .NET 18....(Encapsulated PostScript) Managing Text Overflow when Rendering Cells...rendered into HTML, overflowed text inside the cell overlays subsequent...

    blog.groupdocs.com/viewer/render-print-area-in-...
  7. Merge Open Document files | GroupDocs

    Learn how to merge Open Document files, combine ODT, ODS, ODP files into one file programmatically in Java language using GroupDocs.Merger for Java library....that are based on OpenDocument Text File format. These are created...and can hold content such as text, images, objects and styles...

    docs.groupdocs.com/merger/java/merge/open-docum...
  8. Basic usage | GroupDocs

    Basic usage examples for GroupDocs.Parser for .NET. Learn how to extract Text, metadata, images, table of contents, and parse data from documents in C#....data from documents Extract text from documents Scan Barcode...Scan QR Code Extract formatted text from documents Extract metadata...

    docs.groupdocs.com/parser/net/basic-usage/
  9. sign_pdf_with_text_signature.zip

    demo-app/hello_world.py import groupdocs.signature as gs import groupdocs.signature.options as gso import sys import os def run(): license = gs.License() license.set_license("./GroupDocs.Signature.......file_name) # Sign document with text signature. with gs.Signature(sample_pdf)...Signature(sample_pdf) as signature: text_sign_options = gso.TextSignOptions("Hello...

    docs.groupdocs.com/signature/python-net/_sample...
  10. Shorthand check for null or empty string in a t...

    Is there a shorthand way to check if a string is null or empty in template syntax? Currently I have to do this: <<if [item.Text != null && item.Text != “”]>> Is it possible to do something like: <<if [!String.IsNullO…...Text != null && item.Text != “”]>> Is it possible...IsNullOrWhiteSpace(item.Text)]>> or <<if [item.Text?.Any()]>> I know...

    forum.groupdocs.com/t/shorthand-check-for-null-...