splitPptx

splitPptx

PREMIUM TRIAL / ADVANCED

Splits a PowerPoint document per slide.

Description
public splitPptx (string $source, string $target, array $options)

This method allows you to split per slide a PowerPoint document.

Parameters

source

The path to the source PowerPoint document.

target

The path to the resulting PowerPoint document.

options

The possible keys and values are:

Key Type Description
optimizeOutput bool Remove not needed contents in the file outputs.
Code samples

Example #1