Learn how to generate Powerpoint files.
Using LINK ConfigType: #
Use a LINK ConfigType in Powerpoint on:
- Single mergefield
- In a Table Row
- On a Picture
Using SLIDE_REPEATER ConfigType: #
With the help of SLIDE_REPEATER configType, you can repeat a slide in PPTX file.
Example: #
Let’s say, you need to repeat information on a slide for every product of a quote record. Follow below steps to implement this.
Download the sample pptx template here.
Create below DataSources to fetch the Quote, related Opportunity and related Account fields as shown below.


Create DocConfig of type Main Powerpoint Document.

Open PDF Butler and Create Config types as shown below for all the merge fields in sample PPTX template.
- Create Config type of type SLIDE_REPEATER for the ProductName merge field in PPTX Document, as we need to repeat that slide for every product of the Quote record.

- Create Config types for remaining merge fields of your template.

 Now open any Quote record and edit the page, drag PDF Butler convert component onto the page. Add Doc Config to the Component and save the page. Then generate the PPTX document for the quote record. You can see that Product Information slide is repeated for every product on the Quote record.
Using SECTION_REPEATER ConfigType: #
With the help of SECTION_REPEATER configType, you can repeat a section in PPTX file.
Example: #
Let’s say, you have an Account record and want to show the opportunities of that account in one slide and opportunity products of every opportunity of that account in remaining slides. You can add a section for the Opportunity Products slide and in the generated document this slide will be repeated for every opportunity. Follow below steps to implement this.
Download the sample pptx template here.
Create below DataSources to fetch the Account, related Opportunities and related Opportunity product fields as shown below.



Create DocConfig of type Main Powerpoint Document. Open PDF Butler from Doc Config and load all the above data sources.

Create Config types as shown below for all the merge fields in sample PPTX template. For section repeater merge field, you need to create SECTION_REPEATER Config type. Under that, create Child config types for remaining merge fields in the Section repeater slide. 
Open any Account record, edit the page and drag the PDF Butler Convert component. Add the Doc Config id to the component. Save the page and generate the pptx document.


