Sort Score
Result 10 results
Languages All
Labels All
Results 3,841 - 3,850 of 4,614 for

values

(0.36 sec)
  1. Bulleted List in Presentation Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in Presentation Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Bulleted List in Microsoft PowerPoint Document Creating a Bulleted List Practising the following steps you can insert Bulleted List in MS PowerPoint 2013. Add a new presentation slide. Add a bullet list at the place where you want it.... We value your opinion. Your feedback...

    docs.groupdocs.com/assembly/net/bulleted-list-i...
  2. Sign document with analysis of the Sign process...

    This article shows how to analyse the sign processing of the document... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  3. Search for multiple e-signature types | GroupDocs

    This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/search-for-mu...
  4. Sign document with Digital signature - advanced...

     This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API.... We value your opinion. Your feedback...

    docs.groupdocs.com/signature/java/sign-document...
  5. Extract data from attachments and ZIP archives ...

    Learn how to extract text, images, and data from ZIP archives, PDF portfolios, email attachments, and Outlook storage files using GroupDocs.Parser for .NET in C#.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/net/extract-data-from...
  6. Extract images from document page area | GroupDocs

    This article explains that how to extract images from document page area.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-images-f...
  7. Extract formatted text from document page | Gro...

    This article explains that how to extract formatted text from document page.... We value your opinion. Your feedback...

    docs.groupdocs.com/parser/java/extract-formatte...
  8. Convert database formats | GroupDocs

    This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...

    docs.groupdocs.com/conversion/net/convert/datab...
  9. Remove annotation replies | GroupDocs

    The page describes how to remove all or specific annotation replies when collaborate over document using GroupDocs.Annotation for Java API.... We value your opinion. Your feedback...

    docs.groupdocs.com/annotation/java/remove-annot...
  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.... We value your opinion. Your feedback...

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