Sort Score
Result 10 results
Languages All
Labels All
Results 1,201 - 1,210 of 4,954 for

text signature

(0.24 sec)
  1. Character replacement during indexing | GroupDocs

    Character replacement during indexing can be used, for example, to convert all Text to lowercase characters or to remove diacritics from Text....Signature Product Solution GroupDocs...for example, to convert all text to lowercase characters or to...

    docs.groupdocs.com/search/java/character-replac...
  2. Hello, World! | GroupDocs

    Get started with GroupDocs.Watermark for Python via .NET by creating and running a minimal example....Signature Product Solution GroupDocs...TextWatermark object with the desired text and font for watermark. Call...

    docs.groupdocs.com/watermark/python-net/hello-w...
  3. GroupDocs.Viewer Product Family | GroupDocs

    Excellent file viewer component that empowers your C#, ASP.NET, and other .NET applications with document viewing features across more than 170+ supported file formats Documentation .NET Java Node.js Python GroupDocs.Viewer for .NET More Getting started Start quickly with our getting started documentation Features overview Supported document formats System requirements Installation Document rendering Articles and guidelines for document rendering Render Word documents Render PDF documents Render PowerPoint presentations Render spreadsheets ....Signature Product Solution GroupDocs...Render to PDF Render to HTML Add text watermarks Node.js via Java...

    docs.groupdocs.com/viewer/
  4. Supported Document Formats | GroupDocs

    It supports DOCX, DOCM, DOC, DOT, DOTM, XLS, XLSX, PDF, PPT, JPG, PNG, HTML, EML and many more....Signature Product Solution GroupDocs...Template Rich Text Document OpenDocument Text Microsoft Excel...

    docs.groupdocs.com/annotation/net/supported-doc...
  5. OCR support | GroupDocs

    OCR support means the ability to connect an external module (library) for the recognition of printed Text (optical character recognition, OCR) on images, either separate or embedded in documents. To connect OCR, you need to implement the IOcrConnector interface in the client code. The following example demonstrates how to implement the OCR connector using com.aspose.ocr library for Text recognition in images. String indexFolder = "c:\\MyIndex"; String documentFolder = "c:\\MyDocuments"; // Creating an index Index index = new Index(indexFolder); // Setting the OCR indexing options IndexingOptions options = new IndexingOptions(); options....Signature Product Solution GroupDocs...for the recognition of printed text (optical character recognition...

    docs.groupdocs.com/search/java/ocr-support/
  6. How to Convert PDF to RTF in Java

    Do you want to transform a non-editable document to Word format? If so, then learn how to convert PDF to RTF in Java and review code for Java PDF to RTF application....Signature Product Family GroupDocs.Metadata...published an article on converting Text to HTML using Java, take a look...

    kb.groupdocs.com/conversion/java/how-to-convert...
  7. How to Convert ODT to TXT using C#

    We will guide you how to convert ODT to TXT using C# without the need for any external software installations along with code example to export ODT to TXT in C#....Signature Product Family GroupDocs.Metadata...Open Document Text ( ODT ) files to plain text (TXT) format,...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  8. How to Extract Images from Excel in C#

    This article explains the workflow to extract images from Excel in C# and how to use this workflow for developing the application to get images from Excel using C#....Signature Product Family GroupDocs.Metadata...published an article for extracting Text from Markdown file using C#...

    kb.groupdocs.com/parser/net/how-to-extract-imag...
  9. GroupDocs.Assembly Engine APIs | GroupDocs

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a template is assembled within the class. Building Reports To build a report from a template, you can use one of the DocumentAssembler.AssembleDocument overloads. The following table describes parameters of these overloads....Signature Product Solution GroupDocs...DataSet , all attributes and text values of XML elements are loaded...

    docs.groupdocs.com/assembly/net/groupdocs-assem...
  10. How to Convert DOCX to TXT using C#

    In this tutorial, we will provide simple steps to convert DOCX to TXT using C#. Furthermore, we will furnish a code example representing how to export DOCX to TXT in C#....Signature Product Family GroupDocs.Metadata...convert a DOCX file into plain text (TXT). This could be for various...

    kb.groupdocs.com/conversion/net/how-to-convert-...