removeSlide
removeSlide
ADVANCED / PREMIUM
BASIC
Removes slides in a PowerPoint presentation.
Description
public removeSlide($source, $target, $options)
This method allows to remove slides in a PPTX presentation.
Parameters
source
The path to the source PPTX file.
target
The path to the resulting PPTX file.
options
Key | Type | Description |
---|---|---|
slideNumber | array | Slide numbers to remove. |
Code samples
Example #1
Release notes
- phppptx 1.0:
- new method.