Sort Score
Result 10 results
Languages All
Labels All
Results 121 - 130 of 757 for

data source

(0.17 sec)
  1. Generate email report with common list. | Docum...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() DataSource = ga.Data.JsonDataSource("DataSource.json") DataSourceInfo = ga.DataSourceInfo(DataSource, "customers") array = [DataSourceInfo, ga.DataSourceInfo(["test@test.mail", "groupdocs@groupdocs.mail"], "recipients"), ga.DataSourceInfo("sender@sender.mail", "sender"), ga.DataSourceInfo("cc@example.com", "cc"), ga.DataSourceInfo("groupdocs", "subject")] print(assembler.assemble_document("input.msg", "output.msg", array)) The Recipe Set up the Source document Data path Set up the Source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More reSources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... data . JsonDataSource ( "datasource...Set up the source document data path Set up the source document...

    docs.groupdocs.com/assembly/python-net/email-re...
  2. Introducing Web Report Generator | Documentation

    Introduction to Web Report Generator Powered by GroupDocs.Assembly for .NET Web Report Generator is an ASP.NET Web forms application using GroupDocs.Assembly for .NET that demonstrates the core functionalities provided by GroupDocs.Assembly for .NET. The Web Report Generator allows user to easily create reports based on: a) Predefined custom templates (created in Supported Document Formats following Supported Template Syntax) and b) Your own Database (MS SQL Server local OR Remote) tables, views and also with custom query....own needs since it is an Open Source Project. Features Connect to...Generate Report in a format as per source Template Document format. Download...

    docs.groupdocs.com/assembly/net/introducing-web...
  3. XML Viewer using C# | Render XML as PDF using ....

    View XML files as PDF using C#. Learn how to render XML files within your own XML viewer .NET application using GroupDocs API....used to store and transport data in a structured format, is widely...required to view or share XML data in a proper format. There comes...

    blog.groupdocs.com/viewer/xml-viewer-using-csharp/
  4. Business Case of a Shopping Store | Documentation

    Note This business case has been conceived for the demonstration purpose and serves well for a typical shopping store. There may be simpler or complex scenarios in real life businesses. Business Case There are many customers of the shopping store. The store offers multiple products. A customer may place multiple orders. An order may have many products. The Data may or may not be stored in a Database system. Reporting Requirements A report based on some criteria is to be generated.... The data may or may not be stored in...of templates somewhere /Date/Source/. The report developer may...

    docs.groupdocs.com/assembly/net/business-case-o...
  5. JSON Viewer using C# | Render JSON as PDF using...

    View JSON files as PDF using C#. Learn how to render JSON files within your own JSON viewer .NET application using GroupDocs API....human-readable and structured data format, it is widely used in...required to view or share JSON data in a proper format. There comes...

    blog.groupdocs.com/viewer/json-viewer-using-csh...
  6. Introducing ASP.NET WebForms Document Metadata ...

    GroupDocs team is pleased to announce first release of ASP.NET WebForms Document MetaData Editor App using GroupDocs.MetaData for .NET API This initial release v1.0.0 comes up with features to provide easy ways to manage metaData in various formats. It enables user to read and remove the metaData of documents (Words, Spreadsheet, Presentation, PDF) and images (JPEG, PNG, GIF) with download the original or updated document and many more features. We recommend you to download and explore this version....JPEG, GIF, Png) Metadata & XMP data information View Spreadsheet...Documentation Examples/Plugins - Source Code Examples, Plugins ASP...

    blog.groupdocs.com/metadata/introducing-asp.net...
  7. Color Chart Series Dynamically using GroupDocs....

    GroupDocs team is proudly announcing the monthly release of GroupDocs.Assembly for .NET 18.5. Using the latest version, you can now change the color of chart series and individual point series dynamically for word processing, spreadsheet and presentation formats. We recommend you to install and use the latest version of the API. Features IntroducedFollowing new features are introduced in version 18.5 of the API. Chart Series Coloring in Word Processing Document Chart Series Coloring in Presentation Document Chart Series Coloring in Spreadsheet Document Individual Point Series Coloring in Word Processing Document Individual Point Series Coloring in Presentation Document Individual Point Series Coloring in Word Processing Document Dynamic Coloring of Chart SeriesFor a chart with dynamic Data, you can set colors of chart series dynamically based upon expressions....SeriesFor a chart with dynamic data, you can set colors of chart...Declare a chart with dynamic data in the usual way For chart series...

    blog.groupdocs.com/assembly/color-chart-series-...
  8. Loading Multiple DocumentTable Objects from a S...

    Note The code uses some of the objects defined in The Business Layer. Loading Multiple DocumentTable Objects API provides the ability to load multiple DocumentTable objects from a single file as a single operation. Following classes and interfaces of the GroupDocs.Assembly.Data namespace have been added: DocumentTableSet DocumentTableCollection IDocumentTableLoadHandler DocumentTableLoadArgs. Moreover, following properties of the GroupDocs.Assembly.Data.DocumentTable class have been added: Name IndexInDocument Download Data Source Document Multiple Tables Data.docx Template Using Document Table Set as Data Source....Data namespace have been added: DocumentTableSet...properties of the GroupDocs.Assembly.Data.DocumentTable class have been...

    docs.groupdocs.com/assembly/java/loading-multip...
  9. Merge Word Documents using C# | Join All or Sel...

    C# way to merge two or more Word documents into a single file. Combine only the selective pages of multiple Word files within your .NET application....are situations where you have data distributed across multiple...file. In order to converge the data, this article will provide guidance...

    blog.groupdocs.com/merger/merge-word-files-usin...
  10. Generate sample report for document with variab...

    Adding Syntax to be evaluated by GroupDocs.Assembly Engine Template Syntax assembler = ga.DocumentAssembler() DataSource = ga.Data.XmlDataSource("DataSource.xml") DataSourceInfo = ga.DataSourceInfo(DataSource) array = [DataSourceInfo] print(assembler.assemble_document(input.ppt, output.ppt, array)) DataSource XML 0 1 LG Nexus 5 350 5 123456789qwertyu0025 The Recipe Set up the Source document Data path Set up the Source document template path Set up destination report path Instantiate DocumentAssembler class Generate report More reSources Advanced usage topics To learn more about library features, please refer to theadvanced usage section.... data . XmlDataSource ( "datasource...Set up the source document data path Set up the source document...

    docs.groupdocs.com/assembly/python-net/barcode/