Define Relations Between Document Table Instances API provides ability to define relations between DocumentTable instances loaded from a single document. The following classes of the GroupDocs.Assembly.Data namespace have been added:
DocumentTableRelation DocumentTableRelationCollection Moreover, the Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added.
Data Source Document Related Tables Data.xlsx Template Using Document Table Relations.docx Using Document Table Relations Note The code uses some of the objects defined in: The Business Layer ColumnNameExtractingDocumentTableLoadHandler...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Generate documents based on a data source and template, or create reports fast and easy with our intuitive and powerful API just with few lines of code.
Let’s look at a scenario for working with a business case and working with GroupDocs.Assembly Engine....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Note This feature is only compatible with GroupDocs.Assembly for .NET 16.12.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Using Tables of Presentation Documents as Data Sources Following classes are added in GroupDocs.Assembly.Data namespace:
DocumentTable DocumentTableColumn DocumentTableColumnCollection DocumentTableOptions The Recipe Define template and output report documents Assemble a document using the external document table as a data source Download Data Source Document Managers Data....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
The page describes how to manage replies for different document types using GroupDocs.Annotation for .NET API....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Learn more about document saving and how to customize process with available options, like: cloning metadata type, gets or sets password and etc...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Load from Stream As an alternative to a local file, Redactor can open a document from stream.
The following example demonstrates how to load and redact a document using Stream:
final FileInputStream stream = new FileInputStream("sample.docx"); try { final Redactor redactor = new Redactor(stream); try { // Here we can use document instance to make redactions redactor.apply(new DeleteAnnotationRedaction()); redactor.save(); } finally { redactor.close(); } } finally { stream.close(); }...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
Handle parsing errors using groupdocs.parser.exceptions and add troubleshooting steps for GroupDocs.Parser for Python via .NET....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
This article explains how to list and print file types supported by GroupDocs.Viewer for Java...Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...
How to install GroupDocs.Markdown for Python via .NET using pip from PyPI....Annotation Product Solution GroupDocs.Conversion Product Solution GroupDocs...