Sort Score
Result 10 results
Languages All
Labels All
Results 4,641 - 4,650 of 9,993 for

document signature

(0.06 sec)
  1. Merge EPUB files using Java

    This guide will provide essential instructions for merging EPUB files using Java and will include a code snippet to demonstrate how to effectively combine EPUB files in Java....Signature Product Family GroupDocs.Metadata...This functionality simplifies document management tasks and increases...

    kb.groupdocs.com/merger/java/merge-epub-files-u...
  2. How to Convert MSG to TXT using C#

    This section will teach you how to convert MSG to TXT using C# without the need of third-party software. Also, we will provide code to export MSG to TXT in C#....Signature Product Family GroupDocs.Metadata...be on leveraging a renowned document conversion library and offering...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  3. How to Convert MSG to JPG using C#

    In this article, you will learn how to convert MSG to JPG using C# without installing third party software. Also, we will provide code to export MSG to JPG in C#....Signature Product Family GroupDocs.Metadata...application. To initiate the document conversion procedure, you’ll...

    kb.groupdocs.com/conversion/net/how-to-convert-...
  4. Cache results | GroupDocs

    This article contains caching use-cases with GroupDocs.Viewer within your JavaScript applications....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Viewer Product...

    docs.groupdocs.com/viewer/nodejs-java/caching-r...
  5. Working with templates | GroupDocs

    Document template is set by Template class. It contains template items - fields and tables. Each item has the unique (in the template bounds) name and optional page index - value that represents the index of the page where the template item is located; null if the template item is located on any page. Template fields The template field is set by TemplateField class with the following constructor: TemplateField(TemplatePosition position, String name, Integer pageIndex) Parameter Description position Defines the way how to find the field on a page....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/working-with-tem...
  6. Use of In-line Syntax Error Messages into Templ...

    Note This feature is supported by version 19.3 or greater. Note The code uses some of the objects defined in The Business Layer. Note This version provide the ability to display inline template syntax errors in generated, Word Processing, Presentation, Spreadsheets, Emails and Plain Text Documents . Use of In-line Syntax Error Messages By default, Document Assembler throws an exception when encounters a template syntax error. Such an exception provides information on a reason of the error and specifies a tag or expression part where the error is encountered....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/use-of-in-line...
  7. 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. const indexFolder = 'c:/MyIndex/'; const DocumentsFolder = 'c:/MyDocuments/'; const query = 'Einstein'; // Creating an index const index = new groupdocs....Signature Product Solution GroupDocs...Events Acquisition GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/nodejs-java/ocr-support/
  8. Extract metadata from PPTX using C#

    Quickly learn how to extract metadata from PPTX using C#. An example of PPTX metadata extraction C# code will be provided, compatible with Windows, macOS, and Linux....Signature Product Family GroupDocs.Metadata...from PPTX files can enhance document management, enable better...

    kb.groupdocs.com/parser/net/extract-metadata-fr...
  9. Extract text from Microsoft OneNote sections | ...

    To extract a text from Microsoft OneNote Sections getText and getText(int) methods are used. These methods allow to extract a text from the entire Document or a text from the selected page. Raw mode is not supported for Microsoft OneNote. Here are the steps to extract a text from Microsoft OneNote Section: Instantiate Parser object for the initial section; Call getText method and obtain TextReader object; Read a text from reader....Signature Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Parser Product...

    docs.groupdocs.com/parser/java/extract-text-fro...
  10. How to Convert TXT to PPTX using Java

    This article aims to convert TXT to PPTX using Java on commonly used operating systems. Also, a code example is provided to transform TXT to PPTX using Java....Signature Product Family GroupDocs.Metadata...the essential classes for document conversion Instantiate the...

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