PdfWriterV0
Overview
PdfWriterV0 is a class in Aspose.PDF FOSS for Python.
Writes SimplePdf to PDF 1.7 format.
This class provides 3 methods for working with PdfWriterV0 objects in Python programs.
Available methods include: __init__, assign_ids, write.
All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package.
Properties: out, pdf, xref.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
pdf | `` | Read | Gets the pdf. |
out | `` | Read | Gets the out. |
xref | list[int] | Read | Gets the xref. |
Methods
| Signature | Description |
|---|---|
__init__(pdf: SimplePdf) | Calls init(pdf) on this PdfWriterV0 instance. |
assign_ids(items: list[dict], parent_obj_id: int) | Calls assign_ids(items, parent_obj_id) on this PdfWriterV0 instance. |
write() → bytes | Calls write on this PdfWriterV0 instance. |