Sort Score
Result 10 results
Languages All
Labels All
Results 3,851 - 3,860 of 30,568 for

groupdocs.parser

(0.28 sec)
  1. Common Master-Detail Image in Presentation Docu...

    Note In this article, we will use GroupDocs.Assembly to generate a Common Master-Detail report in Presentation Document format. Note The code uses some of the objects defined in The Business Layer. Common Master-Detail in Microsoft PowerPoint Document Creating a Common Master-Detail Please follow below steps to create Common Master-Detail Template in MS PowerPoint 2013: Create a new Presentation. Insert two shapes, one for holding image and other for holding other details....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/assembly/java/common-master-...
  2. Comparing Folders | GroupDocs

    This page describes how to compare two folders and find out which files/folders were deleted, added or modified....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/comparison/python-net/compar...
  3. Convert page layout formats | GroupDocs

    This article demonstrates how you can convert to and from page layout formats with GroupDocs.Conversion for .NET....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/convert/page-...
  4. Add watermarks to PDF documents | GroupDocs

    Add watermarks to PDF pages, images, and attachments using Python via .NET....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/watermark/python-net/add-wat...
  5. Load CAD document with options | GroupDocs

    Learn this article and check how to load and convert CAD documents with advanced options using GroupDocs.Conversion for .NET API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/conversion/net/load-cad-docu...
  6. Verify Text Signatures in Document | GroupDocs

    This topic explains how to verify Text electronic signatures with GroupDocs.Signature for Python via .NET API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/python-net/verify-...
  7. Composing signature with texture brush backgrou...

     This article explains how to fill signature background with texture brush...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/composing-sig...
  8. Migration Notes | GroupDocs

    How to migrate from earlier versions of GroupDocs.Editor for .NET...Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/editor/net/migration-notes/
  9. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

    docs.groupdocs.com/signature/java/sign-document...
  10. 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....Search Product Solution GroupDocs.Parser Product Solution GroupDocs...

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