Split PDF
Deprecated: Use MergePDFs with page selection instead. Splits a PDF into multiple PDFs.
Category: Structured Data Files (Excel, JSON, PDF) · Group: Files · Activity name: SplitPDF

Example
outputVariable = SplitPDF("<location>", "<locationPages>")
Inputs
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
| PDF Path | string | Yes | Path of the PDF to be split. | |
| New PDFs Location | string | Yes | Path to the location where the new PDFs should be stored. |
Outputs
| Name | Type | Description |
|---|---|---|
| outputVariable | array | Specifies the name of the variable that will store the list of PDFs. |