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...
This article explains how to search for multiple electronic signatures across document pages with GroupDocs.Signature API.... We value your opinion. Your feedback...
This article explains how to sign document with Digital electronic signatures using advanced options with GroupDocs.Signature API.... We value your opinion. Your feedback...
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...
This article demonstrates how you can convert to and from database formats with GroupDocs.Conversion for .NET.... We value your opinion. Your feedback...
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...
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...