Note In this article, we will use GroupDocs.Assembly to generate a In-Paragraph List report in Spreadsheet Document format based on the use case: Working with a Business Case. In-Paragraph List in Microsoft Excel Document Creating a In-Paragraph List Practicing the following steps you can create In-Paragraph List Template in MS Excel 2013.
Add a new Workbook. Write a sentence, for example “We provide support for the following products:” in a single column....app conholdate.com conholdate.cloud conholdate.app containerize...
This article describes how to enable the inline styles option for WordProcessing documents to store CSS styles directly inside the HTML markup using GroupDocs.Editor for Node.js via Java....app conholdate.com conholdate.cloud conholdate.app containerize...
This article explains how to save an edited document in HTML form to a folder on local disk using GroupDocs.Editor for Node.js via Java features....app conholdate.com conholdate.cloud conholdate.app containerize...
Learn this guide to know about embedding fonts into output Word document when editing with GroupDocs.Editor API....app conholdate.com conholdate.cloud conholdate.app containerize...
This article describes how to generate a preview for any page for the existing WordProcessing document in SVG format using the GroupDocs.Editor...app conholdate.com conholdate.cloud conholdate.app containerize...
The following article indicates the file formats that GroupDocs.Parser for Python via .NET can work with....app conholdate.com conholdate.cloud conholdate.app containerize...
The GroupDocs Metadata API provides the feature to read basic metadata in CAD files. The supported CAD formats are:
DWG DXF Reading CAD metadata To access metadata in a CAD drawing, the GroupDocs.Metadata API provides the CadRootPackage.CadPackage property.
The following code snippet reads metadata associated with a CAD file.
AdvancedUsage.ManagingMetadataForSpecificFormats.Cad.CadReadNativeMetadataProperties
using (Metadata metadata = new Metadata(Constants.InputDxf)) { var root = metadata.GetRootPackage(); Console.WriteLine(root.CadPackage.AcadVersion); Console.WriteLine(root.CadPackage.Author); Console.WriteLine(root.CadPackage.Comments); Console.WriteLine(root.CadPackage.CreatedDateTime); Console.WriteLine(root.CadPackage.HyperlinkBase); Console.WriteLine(root.CadPackage.Keywords); Console.WriteLine(root.CadPackage.LastSavedBy); Console.WriteLine(root.CadPackage.Title); // ....app conholdate.com conholdate.cloud conholdate.app containerize...
This article shows how to delete multiple electronic signatures different ways with GroupDocs.Signature API....app conholdate.com conholdate.cloud conholdate.app containerize...
Install GroupDocs.Viewer for Node.js via Java using npm or an offline package. Includes prerequisites, Java setup, verification, and troubleshooting....app conholdate.com conholdate.cloud conholdate.app containerize...