Splitter

Overview

Splitter is a class in Aspose.PDF FOSS for Python. Inherits from: PdfPlugin.

Split the first input PDF into one document per page.

This class provides 1 method for working with Splitter objects in Python programs. Available methods include: process. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.

Methods

SignatureDescription
process(options: SplitOptions)ResultContainerCalls process(options) on this Splitter instance.

See Also