Merger

Overview

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

Concatenate every input PDF into a single document.

This class provides 1 method for working with Merger 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: MergeOptions)ResultContainerCalls process(options) on this Merger instance.

See Also