Sort Score
Result 10 results
Languages All
Labels All
Results 301 - 310 of 1,254 for

template

(0.07 sec)
  1. Updating Fields while Assembling Word Processin...

    Updating Fields The Recipe Set up source document Template path Set up destination report path Instantiate DocumentAssembler class Set options, DocumentAssemblyOptions.UPDATE_FIELDS_AND_FORMULAS Generate report Download Template Get the Template from here. Update field.docx The Code...Recipe Set up source document template path Set up destination report...Generate report Download Template Get the template from here. The Code...

    docs.groupdocs.com/assembly/java/updating-field...
  2. What is GroupDocs Assembly?

    Last week, I mentioned changes that we’re making to GroupDocs Assembly to make it more intuitive. Document assembly (also known as document automation) is an aspect of document management that you might not be familiar with, so this week I’ll discuss what it is and how it can be used in more detail. Document Management? You’ve found your way to GroupDocs and the GroupDocs blog so chances are that you have an idea about document management....Creating a professional-looking template, storing it online and sharing...caption=“Document assembly: take a template, add data and create a new...

    blog.groupdocs.com/total/what-is-groupdocs-asse...
  3. Common List Image in Word Processing Document |...

    Note In this article, we will use GroupDocs.Assembly to generate a Common List Image report in Word Processing Document format. Note The code uses some of the objects defined in The Business Layer. Common List in Microsoft Word Document Creating a Common List Please follow below steps to create Common List Image document in MS Word 2013: Insert the desired shape to display image in it. Go to Insert Tab and select shape by clicking on Shape Icon....foreach >> Download Common List Template Please download the sample...Generating The Report ODT Template and Report in Apache OpenOffice...

    docs.groupdocs.com/assembly/java/common-list-im...
  4. Add Conditional Content with If/Else | GroupDocs

    Display content conditionally in Templates using if/elseif/else blocks based on data values....conditional content: Create a template with conditional blocks Define...); } Template Example for Simple If/Else In your template (ConditionalTemplate...

    docs.groupdocs.com/assembly/net/basic-usage-con...
  5. 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...
  6. Working with XML Data Sources | GroupDocs

    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...
  7. Working with CSV Data Sources | GroupDocs

    Note This feature is only compatible with GroupDocs.Assembly for .NET 19.10 or later releases. To access CSV data while building a report, you can pass a CsvDataSource instance to the assembler as a data source. Using of CsvDataSource enables you to work with typed values rather than just strings in Template documents. Although CSV as a format does not define a way to store values of types other than strings, CsvDataSource is capable to recognize values of the following types by their string representations:...rather than just strings in template documents. Although CSV as...Treating simple CSV data In template documents, a instance should...

    docs.groupdocs.com/assembly/net/working-with-cs...
  8. Working with Lazy And Recursive Access of Data ...

    Note The code uses some of the objects defined in The Business Layer. Purpose At some point, you may want to or trying to use IDataRecord and IDataReader recursively in your application using GroupDocs.Assembly for .NET. But these Interfaces cannot serve the purpose. However, it is quite possible to accomplish the same goal using custom types. See IDataReader and IDataRecords Implementors here. Creating Template Download Template Get Template from here.... Creating Template Download Template Get template from here....

    docs.groupdocs.com/assembly/net/working-with-la...
  9. Column Chart in Spreadsheet Document | GroupDocs

    Note In this article, we will use GroupDocs.Assembly to generate a Column Chart Report with Filtered, Ordered and Grouped Data in Spreadsheet Document format based on the use case: Working with a Business Case. Note The code uses some of the objects defined in The Business Layer. Column Chart in Microsoft Excel Document Creating a Column Chart Following below steps, you can create a column chart in MS Excel 2013:...insert the chart and Worksheet template to your Worksheet. Edit the...Assembly Engine . Download Template Please download the sample...

    docs.groupdocs.com/assembly/net/column-chart-in...
  10. 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....based on a data source and template, or create reports fast and...Document Load Template Documents Basic Template Syntax Generate...

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