DscMetadata

Overview

DscMetadata is a class in Aspose.Page FOSS for Python.

Container for DSC metadata extracted from PS/EPS comments.

Properties: bounding_box, creation_date, creator, crop_box, document_media_size, extensions, and 6 more.

Properties

NameTypeAccessDescription
bounding_boxtuple[int, int, int, int] | NoneReadGets the bounding box.
hires_bounding_boxtuple[float, float, float, float] | NoneReadGets the hires bounding box.
crop_boxtuple[int, int, int, int] | NoneReadGets the crop box.
document_media_sizetuple[float, float] | NoneReadGets the document media size.
orientationstr | NoneReadGets the orientation.
page_transformstr | NoneReadGets the page transform.
viewing_orientationstr | NoneReadGets the viewing orientation.
titlestr | NoneReadGets the title.
creatorstr | NoneReadGets the creator.
creation_datestr | NoneReadGets the creation date.
language_levelint | NoneReadGets the language level.
extensionslist[str]ReadGets the extensions.

See Also