Sort Score
Result 10 results
Languages All
Labels All
Results 3,901 - 3,910 of 10,680 for

text

(0.07 sec)
  1. Releasing GroupDocs.Viewer for Java 3.2.2 with ...

    Here at GroupDocs we always look for new ways to enhance our products. We constantly strive to improve our user’s experience. Hence, we are excited to announce the new release of GroupDocs.Viewer for Java 3.2.2. The latest version of our document viewer API provides 10+ new features, 25+ improvements and fixes. Let’s explore the exciting features in GroupDocs.Viewer for Java 3.2.2. Document Viewer API for Java - FeaturesFollowing features are announced in this latest release: Ability to specify custom font paths New conversion mechanism for displaying multipage TIFF files Implement option that allows setting Text document encoding Implement method that returns supported document formats Implement file description property that returns document type format Provide JPEG image quality setting Implement configuration option that allows set cells sheet conversion mode when converting to PDF Add support for Portuguese locale Add ability to show/hide gridlines for excel files Implement PdfFileOptions same as another Options classes Process files from the stream without specifying the fileName parameter GroupDocs....Implement option that allows setting text document encoding Implement...

    blog.groupdocs.com/viewer/releasing-groupdocs-v...
  2. Convert PDF to PNG using Python

    Learn how to convert PDF to PNG using Python. This guide shows how to export PDF to PNG using Python for simplified sharing and efficient workflow management....original layout, graphics, and text. This process is especially...

    kb.groupdocs.com/conversion/python/convert-pdf-...
  3. Numeric Range Search in Java

    Easily execute numeric range search in Java with GroupDocs.Search. Discover advanced and efficient methods to search numeric ranges in documents Java seamlessly....PDFs, Word documents, and plain text files. This functionality not...

    kb.groupdocs.com/search/java/numeric-range-sear...
  4. Perform Date Range search using Java

    Explore how to perform date range search using Java to locate specific document data within a defined timeframe. Effortlessly search documents by date range in Java....library, you can implement full-text search with date range in Java...

    kb.groupdocs.com/search/java/perform-date-range...
  5. Perform Synonym Search using Java

    Learn how to perform synonym search using Java to enhance search accuracy. Explore Java search with synonym matching for comprehensive and relevant search results....using Java This approach to find text with special characters in Java...

    kb.groupdocs.com/search/java/perform-synonym-se...
  6. Indexing from different sources | GroupDocs

    GroupDocs.Search allows indexing documents from various sources...Creating a document object string text = File . ReadAllText ( documentFilePath...CommonFieldNames . Content , text ), }; Document document = Document...

    docs.groupdocs.com/search/net/indexing-from-dif...
  7. Indexing with stop words | GroupDocs

    Stop words are frequently used words that do not carry a semantic meaning and can be removed from an index to reduce its size. You can enable or disable the use of stop words by calling the setUseStopWords method of the IndexSettings class. The default value is true, meaning that stop words are filtered during indexing and not added to the index. A list of stop words to use during indexing can be specified in the stop word dictionary.... If you need to keep all text information extracted from documents...

    docs.groupdocs.com/search/java/indexing-with-st...
  8. Merge PDF | GroupDocs

    Follow this guide and learn how to merge PDF files, combine several PDFs into one using GroupDocs.Merger for Java API and couple lines of code...any size and structure - all text, images, tables, graphs, forms...

    docs.groupdocs.com/merger/java/merge-pdf/
  9. eSign Presentation with Metadata signature | Gr...

    This article explains how to add metadata signatures to Presentation document with GroupDocs.Signature...ppsx" ); // setup options with text of signature MetadataSignOptions...

    docs.groupdocs.com/signature/java/esign-present...
  10. Basic usage | GroupDocs

    GroupDocs.Watermark library provides the ability to manipulate different watermark types such as TextWatermark, ImageWatermark. These watermarks could be added to documents, updated, removed, or searched inside already watermarked documents. Our product also provides information about document type and structure - file type, size, page count, etc. and generates document page previews based on provided options. Here are the main concepts of the GroupDocs.Watermark API: Watermarker is the main class that contains all the required methods for manipulating document watermarks.... // Add text watermark to PDF document using...

    docs.groupdocs.com/watermark/net/basic-usage/