Create PPTX document from template

Creates PPTX presentation from template with the help of Make. Review PowerPoint PPTX templates section for more information about template syntax.

Parameters

Output Parameters

Parameter

Description

Example

File Content

The content of the result .pptx or .pdf file.

It is the content of the result file.

Input Parameters

Parameter

Description

Example

Connection

To allow your scenarios to get information from and send it to Plumsail Documents, you need to create a connection.

For more information on how to create a connection to Plumsail Documents, see the online Help.

File

The content of the source .pptx template file. You can extract file content from other apps like:

  • SharePoint

  • Salesforce

  • Box

  • OneDrive

  • Google Drive

  • Dropbox

  • SFTP

  • File System

List of apps

Review PowerPoint PPTX templates section for more information about template syntax.

Example of simple slide template:

Simple slide template

Template data

Data to bind to the template in JSON format. You can obtain this data from other Make.com apps. For example, you can download a file from a OneDrive folder or another system.

[
    {
        "CompanyName": "Contoso",
        "CompanyEmail": "support@contoso.com",
        "Products": [
            {
                "Name": "Documents",
                "Price": "starting from $29.99/month"
            },
            {
                "Name": "Actions",
                "Price": "starting from $29.99/month"
            }
        ]
    }
]

Output type

You can select the output type of the resulting file: PPTX or PDF.

PPTX or PDF output.

Locale

An optional parameter that allows you to specify the desired regional culture format. You can select the value from a predefined list. If you don’t specify a value, the default will be “en-US” (english, USA). All allowable regional culture formats you can find here

en-US

Timezone

An optional parameter that allows specifying the desired timezone.

UTC

Example

Download a PPTX template and use it in the Create PPTX document from template action along with the template data.

Create document from PPTX template Example