Sort Score
Result 10 results
Languages All
Labels All
Results 2,211 - 2,220 of 9,909 for

text

(0.04 sec)
  1. Categories

    Find Answers by API GroupDocs.Total Product Family GroupDocs.Conversion Product Family GroupDocs.Annotation Product F......PDF using Java How to Extract Text from PDF using C# How to Render...using Java How to Sign JPEG with Text Signature using Java How to...

    kb.groupdocs.com/categories/page/23/
  2. Watermark and Document Navigation in ASP.NET MV...

    GroupDocs team keeps on adding new features in **ASP.NET MVC Front End **for GroupDocs.Viewer for .NET, so that users can enjoy user-friendly interface, easily manageable code, pixel perfect rendering with features supported in our old front ends. In this new release v1.2 user can now add **Watermark **in the document and **Navigate **through the file browser’s documents using next and previous buttons. We recommend you to download and explore this new version....set watermark properties like text, color, position, width and...constant('Watermark', { Text: "Watermark Text", Color: 16711680, Position:...

    blog.groupdocs.com/viewer/watermark-document-na...
  3. Indexing options | Documentation

    This page contains a description of all the properties of the IndexingOptions class...detect the following encodings of text files during indexing: UTF-32...the encoding auto detection of text files is disabled. But in any...

    docs.groupdocs.com/search/net/indexing-options/
  4. Features Overview | Documentation

    GroupDocs.Assembly for .NET is an API that allows you to generate documents in popular microsoft office and email file formats based upon template documents and data obtained from various sources including databases, XML, JSON, OData, objects of custom .NET types, external documents, and more. The following is the list of salient features which are offered by the GroupDocs.Assembly API: Multiple data formats support Use formulae & perform sequential data operations Apply upper, lower, capital, firstcap formatting to strings in template syntax Template syntax support formatting of ordinal, cardinal, alphabetic numeric nature Support template documents with custom variables & Text comments within template syntax tags Dynamically insert out document content in report Dynamically configure background color of html documents & generate barcode in reports Dynamically insert hyperlinks in reports & apply attributes to email message body Dynamically attach email attachments Support of next field analogue of Microsoft Word Update fields during word processing document assembly Apply formula during spreadsheet assembly Template formatting for numeric, Text, image, date-time, chart elements Conditional formatting of template Text elements Linq-based template syntax Change format of assembled file using explicit specifications or file extension Auto-removal of empty paragraphs Generate various report types, e....documents with custom variables & text comments within template syntax...Template formatting for numeric, text, image, date-time, chart elements...

    docs.groupdocs.com/assembly/net/features-overview/
  5. Introducing Support for Images in Java E-Signin...

    We are really delighted to announce the another monthly release of eSignature for Java API version 17.8.0. The latest release comes up with a number of new features and improvements. Now, eSignature for Java developers can sign Image documents with Stamp, Text and Image signatures. We would recommend you to download the new version of API and evaluate the exciting features to enhance document e-signing experience. eSignature API for Java v17....Image documents with Stamp, Text and Image signatures. We would...signature types: Stamp Text Image Repeat text for Stamp Signatures...

    blog.groupdocs.com/signature/e-signing-api-for-...
  6. Email messages | Documentation

    Learn how to add watermark in Outlook email messages....the plain text body content . setBody ( "Test plain text body" );...watermarker . close (); Searching text in email message body or subject...

    docs.groupdocs.com/watermark/java/email-messages/
  7. Highlight PDF with Annotations using C# | Annot...

    Highlight Text in PDF with highlight annotations using C#. Document and image annotation .NET API allows to Annotate PDF files by highlighting any area....will learn how to highlight text and any area in PDF files using...using this API to highlight text in the PDF file in the example...

    blog.groupdocs.com/annotation/highlight-pdf-wit...
  8. Detect Documents Encoding using GroupDocs.Searc...

    Like every month, team GroupDocs has released another version of the API and implements a number of new features and improvements in this monthly release. The latest version i-e 17.9.0 includes features like storing the Text of documents during indexing, filtering files before indexing, encoding detection of Text files etc. Not only this the API has also added support for CHM documents to the list of supported document formats. The API has removed some of the obsolete methods in this release as well....includes features like storing the text of documents during indexing...indexing, encoding detection of text files etc. Not only this the...

    blog.groupdocs.com/search/groupdocs.search-for-...
  9. Load document from local disk | Documentation

    GroupDocs.Parser provides the functionality to extract data from documents on the local disk. The following example shows how to load the document from the local disk: // Set the filePath String filePath = Constants.SamplePdf; // Create an instance of Parser class with the filePath try (Parser parser = new Parser(filePath)) { // Extract a Text into the reader try (TextReader reader = parser.getText()) { // Print a Text from the document // If Text extraction isn't supported, a reader is null System....( filePath )) { // Extract a text into the reader try ( TextReader...{ // Print a text from the document // If text extraction isn't...

    docs.groupdocs.com/parser/java/load-document-fr...
  10. Extract attachments from PDF portfolios | Docum...

    This article explains that how to extract attachments from PDF documents...steps to extract an attachment text from PDF Portfolios: Instantiate...example shows how to extract a text from PDF Portfolios: // Create...

    docs.groupdocs.com/parser/net/extract-attachmen...