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

NameTypeAccessDescription
pdf``ReadGets the pdf.
out``ReadGets the out.
xreflist[int]ReadGets the xref.

Methods

SignatureDescription
__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()bytesCalls write on this PdfWriterV0 instance.

See Also