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
| Name | Type | Access | Description |
|---|---|---|---|
bounding_box | tuple[int, int, int, int] | None | Read | Gets the bounding box. |
hires_bounding_box | tuple[float, float, float, float] | None | Read | Gets the hires bounding box. |
crop_box | tuple[int, int, int, int] | None | Read | Gets the crop box. |
document_media_size | tuple[float, float] | None | Read | Gets the document media size. |
orientation | str | None | Read | Gets the orientation. |
page_transform | str | None | Read | Gets the page transform. |
viewing_orientation | str | None | Read | Gets the viewing orientation. |
title | str | None | Read | Gets the title. |
creator | str | None | Read | Gets the creator. |
creation_date | str | None | Read | Gets the creation date. |
language_level | int | None | Read | Gets the language level. |
extensions | list[str] | Read | Gets the extensions. |