BookletOptions
Overview
BookletOptions is a interface in Aspose.PDF FOSS for TypeScript.
Options for {@link Document.Booklet}.
Properties: binding, creep, gutter, margin, padSignatures, pageSize, and 1 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
binding | : 'left' | 'right' | Read | Binding edge. |
pageSize | : [number, number] | Read | Output sheet size [w, h]; default = [2W + 2margin + gutter, H + 2*margin] from the first source page’s CropBox. |
margin | : number | Read | Outer margin in points around both cells. |
gutter | : number | Read | Spacing in points between the two cells (across the spine). |
creep | : number | Read | Creep compensation in points per nesting level; inner sheets’ content shifts toward the spine and sheet 0 never moves. |
sheetsPerSignature | : number | Read | Sheets per folded signature. |
padSignatures | : boolean | Read | Pad the book so every signature holds exactly sheetsPerSignature sheets. |