# RenderPdfOptions

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/screenshot-worker/src/app/pdf/pdf.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/screenshot-worker/src/app/pdf/pdf.service.ts#L5)

## Properties

| Property | Type |
|---|---|
| `format` | `'A4' | 'A3' | 'A5' | 'Letter' | 'Legal' | 'Tabloid'` |
| `margin` | `{ top?: string; bottom?: string; left?: string; right?: string }` |
| `printBackground` | `boolean` |
| `displayHeaderFooter` | `boolean` |
| `headerTemplate` | `string` |
| `footerTemplate` | `string` |
