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
| Name | Type | Access | Description |
|---|---|---|---|
pdf_document | `` | Read | Gets the pdf document. |
Methods
| Signature | Description |
|---|---|
__init__(pdf_document: Any) | Calls init(pdf_document) on this IncrementalWriter instance. |
write_incremental() → bytes | Return the original PDF with the incremental update appended. |