Note In this article, we will use GroupDocs.Assembly to generate a Bulleted List report in HTML Document format. Note The code uses some of the objects defined in The Business Layer. Bulleted List in HTML Document Note This feature is supported by version 17.03 or greater. Creating a Bulleted List Practising the following steps you can insert Bulleted List in an HTML Document.
To add a bulleted list start and end your list with
tag and list all the elements by enclosing them between
This guide demonstrates how to edit RTL Documents and specify locale for Word Documents when using GroupDocs.Editor for .NET API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Editor Product Family /...
This article explains how to sign specific pages in the multipage Documents...Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...
This article explains how to specify file type when loading a Document with GroupDocs.Signature API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Signature Product Family...
This article explains how to set Document password after files comparison within your Java applications using GroupDocs.Comparison for Java....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Comparison Product Family...
Learn this article and check how to load and convert Email Documents with advanced options using GroupDocs.Conversion for Java API....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Conversion Product Family...
There might be cases when the Document is presented only as a stream (without a copy on the local disk). To avoid the overhead of saving Documents to the disk, GroupDocs.Parser enables to extract data from streams directly.
The following example shows how to load the Document from the stream:
// Create the stream try (InputStream stream = new FileInputStream(Constants.SamplePdf)) { // Create an instance of Parser class with the stream try (Parser parser = new Parser(stream)) { // Extract a text into the reader try (TextReader reader = parser....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Parser Product Family /...
The page describes how to load PDF, Word, Excel, PowerPoint Documents from FTP using GroupDocs.Annotation for .NET....Us Contact Customers Legal Security Events Acquisition Ask AI...AI GroupDocs Documentation / GroupDocs.Annotation Product Family...