Sort Score
Result 10 results
Languages All
Labels All
Results 271 - 280 of 956 for

data source

(0.11 sec)
  1. Inserting Documents Dynamically | GroupDocs

    Note This feature is supported by version 20.3 or greater. Note The code uses some of the objects defined in The Business Layer. Warning Dynamic insertion of documents from Base64-encoded bytes is available for file formats where dynamic document insertion is available for Word Processing documents and emails with HTML and RTF bodies only. You can insert contents of outer documents to your reports dynamically using doc tags. A doc tag denotes a placeholder within a template for a document to be inserted during run time....byte array containing document data An InputStream An instance of... or Base64-encoded document data While building a report, an...

    docs.groupdocs.com/assembly/java/inserting-docu...
  2. How to merge WAV files using C# | GroupDocs

    Learn how to merge WAV audio files, combine WAV audio files into one file programmatically in C# language using GroupDocs.Merger for .NET library....for storing uncompressed audio data. The format doesn’t apply any...Install-Package GroupDocs.Merger Source Audio Files Your browser does...

    docs.groupdocs.com/merger/net/getting-started/u...
  3. Convert XLSX to HTML using Node.js

    Let's quickly convert XLSX to HTML using Node.js. Learn how to export XLSX to HTML in Node.js and turn Excel spreadsheets into responsive, web-ready HTML pages....need to transform spreadsheet data into web-compatible formats...providing the file path to your source .xlsx spreadsheet to prepare...

    kb.groupdocs.com/conversion/nodejs/convert-xlsx...
  4. Basic Usage | 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....Generate documents based on a data source and template, or create reports...

    docs.groupdocs.com/assembly/java/basic-usage/
  5. Changing Automatically Detected Types of Docume...

    API provides the ability to change automatically detected types of DocumentTable columns. The Type property setter has been added to the GroupDocs.Assembly.Data.DocumentTableColumn class. Moreover, The Relations property of the GroupDocs.Assembly.Data.DocumentTableSet class has been added. Data Source Document Managers Data.docx Template Changing Document Table Column Type.pptx Changing Document Table Column Type Note The code uses some of the objects defined in: The Business Layer... Data Source Document Template Changing...

    docs.groupdocs.com/assembly/net/changing-automa...
  6. How to Extract Metadata from PDF using C#

    This tutorial explains the process to extract metaData from PDF using C# with document extraction API and how to create application to get metaData from PDF in C#....NET API to extract document data. This guide also provides instructions...order. First of all, load the source PDF by initiating the Parser...

    kb.groupdocs.com/parser/net/how-to-extract-meta...
  7. GroupDocs.Assembly for Python via .NET | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Python via .NET - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Python reporting API intelligently assembles the given Data with the defined template document and generates an output document based on the Data Source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats....intelligently assembles the given data with the defined template document...output document based on the data source, in the template’s format...

    docs.groupdocs.com/assembly/python-net/
  8. GroupDocs.Assembly for Java | GroupDocs

    Release notes Package repository GroupDocs.Assembly for Java - A assembly is a document automation and reports generation API designed to create custom documents from templates. This Java reporting API intelligently assembles the given Data with the defined template document and generates an output document based on the Data Source, in the template’s format as well as in the specified output format. GroupDocs.Assembly supports over 170 popular file formats. Load text documents, spreadsheets, presentations, PDF files, email messages, and images....intelligently assembles the given data with the defined template document...output document based on the data source, in the template’s format...

    docs.groupdocs.com/assembly/java/
  9. Migrating to GroupDocs.Assembly 3.0.0 or Higher...

    Reasons to Migrate Just to endeavor the report generation task more smoothly, we released GroupDocs.Assembly for .NET 3.0.0. Namespace(s) In GroupDocs.Assembly for .NET 3.0.0 only a single using GroupDocs.Assembly; namespace is required to generate reports in any of the supported formats. Whereas, in GroupDocs.Assembly for .NET 1.3.0 to generate a report in any of the supported format a separate namespace of that format is required to be added, given are the namespaces:...Data; using Groupdocs.Assembly.Exceptions;...Words; Support of Multiple Data Sources GroupDocs.Assembly for ...

    docs.groupdocs.com/assembly/net/migrating-to-gr...
  10. Load Template Documents from File or Stream | G...

    Learn how to load template documents from file paths and streams for document assembly in .NET applications.... or retrieved from remote sources. The main class involved is:...@"C:\Output\Invoice.docx" ; // Sample data var invoiceData = new { CustomerName...

    docs.groupdocs.com/assembly/net/basic-usage-loa...