splitPptx

splitPptx

ADVANCED / PREMIUM BASIC

Splits a PowerPoint presentation per slide.

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

This method allows to split a PPTX presentation per slide.

Parameters

source

The path to the source PPTX file.

target

The path to the resulting PPTX file.

options

Key Type Description
optimizeOutput bool

If true, remove not needed contents in the outputs. Default as false.

Code samples

Example #1

Release notes
  • phppptx 1.0: new method.