Sort Score
Result 10 results
Languages All
Labels All
Results 4,481 - 4,490 of 8,273 for

document viewer

(0.12 sec)
  1. Loading documents | Documentation

    Following this guide you will learn how to load PDF, Word, Excel, PowerPoint Documents by local file path, stream or third-party storage for further processing with GroupDocs.Merger for .NET API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Merger Product...

    docs.groupdocs.com/merger/net/loading/
  2. Convert PDF to TXT using Java

    Efficiently find how to convert PDF to TXT using Java without installing extra tools. The library employed to export PDF to TXT using Java is platform-independent....Viewer Product Family GroupDocs.Comparison...Java In the dynamic realm of document processing, extracting text...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  3. Convert PDF to XLSX using Java

    Efficiently grasp the knowledge of how to convert PDF to XLSX using Java. Additionally, we'll furnish you with a code example to export PDF to XLSX using Java....Viewer Product Family GroupDocs.Comparison...object and specify the output document format as XLSX Call Converter...

    kb.groupdocs.com/conversion/java/convert-pdf-to...
  4. Convert JPG to XLSX using C#

    This tutorial will show you how to convert JPG to XLSX using C#. Also, code example will be provided to export JPG to XLSX using C# without installing extra software....Viewer Product Family GroupDocs.Comparison...XLSX using C# In the realm of document processing, the ability to...

    kb.groupdocs.com/conversion/net/convert-jpg-to-...
  5. Traverse a whole metadata tree | Documentation

    This article explains that the GroupDocs.Metadata for Java represents any loaded file as a tree consisting of metadata properties and nested metadata packages. You can easily iterate through the metadata tree...Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Metadata Product...

    docs.groupdocs.com/metadata/java/traverse-a-who...
  6. Inserting Hyperlinks Dynamically | Documentation

    Note This feature is supported by version 18.7. or greater Note The code uses some of the objects defined in The Business Layer. Using GroupDocs.Assembly, you can insert hyperlinks to your reports dynamically using link tags. The syntax of a link tag is defined as follows: <> Here, uri_expression defines URI for a hyperlink to be inserted dynamically. This expression is mandatory and must return a non-empty value. In turn, display_text_expression defines text to be displayed for the hyperlink....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Assembly Product...

    docs.groupdocs.com/assembly/java/inserting-hype...
  7. Versioning of annotated documents | Documentation

    The page describes how to manage different versions of Document using GroupDocs.Annotation for Java API....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Annotation Product...

    docs.groupdocs.com/annotation/java/versioning-o...
  8. Using Signature Appearances | Documentation

     This sections contains explanation about various electronic signature visual appearances on Document page....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Signature Product...

    docs.groupdocs.com/signature/java/using-signatu...
  9. How to Sign XLSX with Image Signature using Java

    Quickly learn how to sign XLSX with image signature using Java. Moreover, a code example will be provided to create image signature in XLSX using Java....Viewer Product Family GroupDocs.Comparison...personalized touch in an Excel document and improve its credibility...

    kb.groupdocs.com/signature/java/how-to-sign-xls...
  10. OCR support | Documentation

    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....Viewer Product Solution GroupDocs...Acquisition Ask AI GroupDocs Documentation / GroupDocs.Search Product...

    docs.groupdocs.com/search/java/ocr-support/