PdfName

Overview

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

Represents a PDF name object.

This class provides 1 method for working with PdfName objects in Python programs. Available methods include: __init__. All public members are accessible to any Python application after installing the Aspose.PDF FOSS for Python package. Properties: name.

Properties

NameTypeAccessDescription
namestrReadGet the name value.

Methods

SignatureDescription
__init__(name: str)Initialize a PDF name.

See Also