Skip to content

zeropdf v1.3.0


zeropdf / PageSize

Type Alias: PageSize

ts
type PageSize = 
  | BuiltInPageSize
  | CustomPageSize;

Defined in: src/types.ts:132

Either a built-in page-size name or explicit custom page dimensions.

Released under the ISC license.