Sort Score
Result 10 results
Languages All
Labels All
Results 211 - 220 of 1,136 for

template

(0.05 sec)
  1. Save Assembled Word Processing Document as a Ma...

    Markdown is a well known and one of the popular markup languages these days. The appearance of the text in Markdown is controlled using the syntax instead of using rich text editors or applications such as MS Word. The best thing is, it is a lightweight language and can be written in the plain text editors such as Notepad. As far as its usage is concerned, Markdown is popular in writing wikis, readme files, and others....remember when writing the templates for longer reports. So how...workaround for this. Create a Word template with required text formatting...

    blog.groupdocs.com/assembly/save-assembled-word...
  2. Barcode Image Generation in Spreadsheet Documen...

    Note This feature is only compatible with GroupDocs.Assembly for .NET 3.2.0 or later releases. Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your Template at the place where you want a barcode image to be inserted. Add the following syntax: <> Tip For detailed technical information about syntax, expressions and report generation by the engine, please visit: Working with GroupDocs....Spreadsheet Template Syntax Add a textbox to your template at the...Assembly Engine Download Template Get the template from here. The Code...

    docs.groupdocs.com/assembly/net/barcode-image-g...
  3. PDF & Word Reports from CSV Data using C# | .NE...

    Convert CSV to PDF & Word formats with Templates using C#. Automate PDF & DOC/DOCX reports generation using .NET Reporting API by GroupDocs....reports using C# using a simple template. The following topics are...CSV data and a TXT format template. It also supports multiple...

    blog.groupdocs.com/assembly/generate-reports-fr...
  4. Barcode Image Generation in Spreadsheet Documen...

    Note The code uses some of the objects defined in The Business Layer. Barcode Generation in Microsoft Spreadsheet Template Syntax Add a textbox to your Template at the place where you want a barcode image to be inserted. Add the following syntax: <> Download Template Get the Template from here. Barcode.xlsx The Code...Spreadsheet Template Syntax Add a textbox to your template at the...itf6 >> Download Template Get the template from here. The Code...

    docs.groupdocs.com/assembly/java/barcode-image-...
  5. Migrating to GroupDocs.Assembly 18.9 or Higher ...

    Note This document describes the changes to the GroupDocs.Assembly API from version 18.7 to 18.9 or greater that may be of interest to module/application developers. It includes not only new and updated public methods, added & removed classes etc., but also a description of any changes in the behaviour behind the scenes in GroupDocs.Assembly. Breaking changes Removed members of DocumentAssembler were replaced with new ones. Removed members were not marked as obsolete (deprecated) before removal as usual, because this would complicate migration to new members of DocumentAssembler in Java....assemble a document from a template. */ public class DataSourceInfo...DocumentAssembler Java /** * Loads a template document from the specified...

    docs.groupdocs.com/assembly/java/migrating-to-g...
  6. .NET VSTM Viewer API - Read, View, Render in C#...

    .NET document viewer API to read, render and display VSTM in any type of C#, ASP.NET, VB.NET & .NET Core applications....Files with VSTM extension are template files created with Microsoft... files created from VSTM templates can run macros that are developed...

    products.groupdocs.com/viewer/net/vstm/
  7. In-Table Master-Detail in Word Processing Docum...

    Note In this article, we will use GroupDocs.Assembly to generate In-TableMaster-Detail report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. In-Table Master-Detail in Microsoft Word Document Creating a In-Table Master-Detail Practising the following steps you can create In-Table Master-Detail Template in MS Word 2013. Click the document where you want to add the table. Press “Insert” tab to insert the table....create In-Table Master-Detail Template in MS Word 2013. Click the...Insert a 2x4 table. Save the template. Reporting Requirement As...

    docs.groupdocs.com/assembly/java/in-table-maste...
  8. Extract data from Microsoft Office PowerPoint p...

    GroupDocs.Parser provides the functionality to extract data from Microsoft Office PowerPoint presentations. Both classic (ppt, pot) and Open XML (pptx, potx) formats are supported. Also LibreOffice Impress (OpenOffice.org Impress) formats are supported. The following table provides the list of supported formats: Format Description PPT Microsoft Office PowerPoint Presentation PPS Microsoft Office PowerPoint Slideshow POT Microsoft Office PowerPoint Template PPTX Microsoft Office Open XML Presentation PPTM Microsoft Office Open XML Macro-Enabled Presentation POTX Microsoft Office Open XML Presentation Template POTM Microsoft Office Open XML Macro-Enabled Presentation Template PPSX Microsoft Office Open XML Presentation Slideshow PPSM Microsoft Office Open XML Macro-Enabled Presentation Slideshow ODP Open Document Presentation OTP Open Document Presentation Template More resources GitHub examples You may easily run the code above and see the feature in action in our GitHub examples:...Microsoft Office PowerPoint Template Microsoft Office Open XML...Office Open XML Presentation Template Microsoft Office Open XML...

    docs.groupdocs.com/parser/net/extract-data-from...
  9. GroupDocs.Assembly Engine APIs | Documentation

    Note In this article, we will discuss the behavior of GroupDocs.Assembly APIs. Overview of the API Classes of GroupDocs.Assembly are located within the GroupDocs.Assembly namespace. The main of the classes is DocumentAssembler. All the functionality required to build a report from a Template is assembled within the class. Building Reports To build a report from a Template, you can use one of the com.groupdocs.assembly.DocumentAssembler overloads. The following table describes parameters of these overloads....required to build a report from a template is assembled within the class...Reports To build a report from a template, you can use one of the overloads...

    docs.groupdocs.com/assembly/java/groupdocs-asse...
  10. Working with XML Data Sources | Documentation

    Note This feature is only compatible with GroupDocs.Assembly for Java 19.10 or later releases. To access XML data while building a report, you can use facilities of DataSet to read XML into it and then pass it to the assembler as a data source. However, if your scenario does not permit to specify XML schema while loading XML into DataSet, all attributes and text values of XML elements are loaded as strings then....elements of the same type In template documents, if a top-level...</Person> </Persons> By using the template like following: <<foreach...

    docs.groupdocs.com/assembly/java/working-with-x...