# website-pdf

Save a URL as a PDF

```sh
npm i -D website-pdf
```

```sh
website-pdf http://example.com -o example.pdf
```

## Options

```
-o --out-file   Output filename
-w --width      Width in pixels
-h --height     Height in pixels
--no-sandbox    Disable puppeteer sandbox
```
