XmlApi - pdx:splitPdf

pdx:splitPdf

Splits a PDF document.

Note

You are reading the XMLAPI documentation. For the API method please go to splitPdf.

Description

Element definition

This element allows you to split a PDF document.

Attributes and sub-elements

src

Path to the PDF document.

target

Path to the resulting split documents.

options

The possible keys and values are (required options are shown with yellow background):

Key Description
annotations Import annotations (links, comments and others). False as default.
page Pages to be split, all by default.
Code samples

Example #1

config.xml

content.xml

settings.xml

PHP code