You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
url | string | - | URL to render as PDF. (required)
156
156
output | string | pdf | Specify the output format. Possible values: `pdf` or `screenshot`.
157
157
emulateScreenMedia | boolean | `true` | Emulates `@media screen` when rendering the PDF.
158
-
enableGPU | boolean | 'false' | When set, enables chrome GPU. For windows user, this will always return false.
158
+
enableGPU | boolean | `false` | When set, enables chrome GPU. For windows user, this will always return false. See https://developers.google.com/web/updates/2017/04/headless-chrome
159
159
ignoreHttpsErrors | boolean | `false` | Ignores possible HTTPS errors when navigating to a page.
160
160
scrollPage | boolean | `false` | Scroll page down before rendering to trigger lazy loading elements.
161
161
waitFor | number or string | - | Number in ms to wait before render or selector element to wait before render.
0 commit comments