Overview
The 'PowerPoint - Split' flow action splits the PowerPoint document provided into multiple PowerPoint documents aligned to the configuration specified.
The following file types are supported:
- pptx
- ppt
- odp
Credit Count
This action consumes 1 credit per operation.
Note, different Encodian actions can consume different number credits. Please always check the action specific documentation and read What is an Encodian Action for a full description of how credits are consumed.
Parameters
The default 'PowerPoint - Split' flow action parameters are detailed below:
- File Content: The file content of the source PowerPoint file
- Split Type: Select how to split the file
- Split Configuration: Provide a split configuration
Split Type Options
The 'PowerPoint - Split' flow action provides three different options for splitting the PowerPoint document:
- All: Each slide within the PowerPoint document supplied is split into a new file
- Array: Splits the PowerPoint document utilising the array configuration provided
- NumberOfPages: Splits the PowerPoint document by the number of pages specified.
All Pages - Example:
Each slide within the PowerPoint document supplied is split into PowerPoint document:
Array - Example:
The following configuration will split the PowerPoint document into three separate files with the first document containing pages 1 to 3, the second document pages 7 to 18 and the last document pages 19 to 20.
Number of Pages - Example:
The following configuration would split a PowerPoint document into collections of 5 pages, i.e. a 20-page document would create 4 separate files.
Please refer to the Obtaining the 'File Contents' Parameter article for guidance on how to obtain the 'File Content' parameter ready to provide to an Encodian flow action.
Advanced Parameters
The advanced 'PowerPoint - Split' flow action parameters are detailed below:
- Culture Name: This setting is used to set the culture for the document prior to conversion. Please refer to the Culture Names article for a list of supported cultures
Return Parameters
The 'PowerPoint - Split' flow action returns the following data:
Action Specific Return Values
-
Documents - The collection of PowerPoint documents created from the PowerPoint document supplied
Each document within the documents collection contains the following values:- Documents Filename - The filename of the file
- Documents File Content - The file content of the file
Standard Return Values
- OperationId - The unique ID assigned to this operation.
- HttpStatusCode - The HTTP Status code for the response.
- HttpStatusMessage - The HTTP Status message for the response.
- Errors - An array of error messages should an error occur.
- Operation Status - Indicates whether the operation has been completed, has been queued or has failed.
0 Comments