Recommended dimensions for creating PDFs
It can be useful to know the dimensions of each page format for two cases:
- When you want a component to take up the full width / height of the page when designing a template in the template editor
- When designing a PDF in a page of your Bubble app and generating a PDF of it using the 'Create PDF' plugin action
The recommended dimensions for each page format are outlined below:
| Size | Recommended Width (px) | Recommended Height (px) |
| A0 | 3179 | 4494 |
| A1 | 2245 | 3179 |
| A2 | 1587 | 2245 |
| A3 | 1123 | 1587 |
| A4 | 794 | 1123 |
| A5 | 559 | 794 |
| A6 | 397 | 559 |
| Letter | 816 | 1046 |
| Legal | 816 | 1344 |
| Tabloid | 1056 | 1632 |
| Ledger | 1056 | 1632 |
Please note that when designing PDFs in a page of your Bubble app, it is not recommended to set a fixed height on groups that are used as page containers, that contain elements of an unknown length.