IncrementalWriter

IncrementalWriter

Overview

IncrementalWriter is a class in Aspose.PDF FOSS for Python.

Utility that appends incremental updates to an existing PDF.

This class provides 2 methods for working with IncrementalWriter objects in Python programs. Available methods include: __init__, write_incremental. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: pdf_document.

Properties

NameTypeAccessDescription
pdf_document``ReadGets the pdf document.

Methods

SignatureDescription
__init__(pdf_document: Any)Calls init(pdf_document) on this IncrementalWriter instance.
write_incremental()bytesReturn the original PDF with the incremental update appended.

See Also