[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [Page](./puppeteer.protocol.page.md) > [PrintToPDFRequest](./puppeteer.protocol.page.printtopdfrequest.md) > [paperWidth](./puppeteer.protocol.page.printtopdfrequest.paperwidth.md) ## Protocol.Page.PrintToPDFRequest.paperWidth property Paper width in inches. Defaults to 8.5 inches. Signature: ```typescript paperWidth?: number; ```