Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/pptr/mod.ts>PaperFormat

Headless Chrome Deno API
Latest
type alias PaperFormat
Re-export
import { type PaperFormat } from "https://deno.land/x/pptr@1.2.0/mod.ts";

All the valid paper format types when printing a PDF.

definition:
| "letter"
| "legal"
| "tabloid"
| "ledger"
| "a0"
| "a1"
| "a2"
| "a3"
| "a4"
| "a5"
| "a6"