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
| Name | Type | Access | Description |
|---|---|---|---|
name | str | Read | Get the name value. |
Methods
| Signature | Description |
|---|---|
__init__(name: str) | Initialize a PDF name. |