Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 738 Bytes

File metadata and controls

15 lines (10 loc) · 738 Bytes

RenderPageToFitBoundingBoxOperation

Renders a PDF page to maximally fit within a bounding box while preserving aspect ratio.

Properties

Name Type Required Description
page_number Optional[int] No The zero-indexed page number to render. Defaults to the first page if not specified.
width int Yes The width of the bounding box in pixels.
height int Yes The height of the bounding box in pixels.
type Literal["renderPageToFitBoundingBox"] Yes None

[Back to Model list] [Back to API list] [Back to README]