PDFPageFormat
type PDFPageFormat =
| "a0"
| "a1"
| "a2"
| "a3"
| "a4"
| "a5"
| "a6"
| "legal"
| "letter"
| "ledger"
| "tabloid";
The values a pdf's Size attribute can hold
type PDFPageFormat =
| "a0"
| "a1"
| "a2"
| "a3"
| "a4"
| "a5"
| "a6"
| "legal"
| "letter"
| "ledger"
| "tabloid";
The values a pdf's Size attribute can hold