addedInput schema / properties / delay / description
Added value: +"Extra wait in milliseconds before capture (0–10000)"
changedInput schema / properties / html / description
Previous value: -"Raw HTML to render instead of a URL (max 2MB)"New value: +"Raw HTML to render instead of a URL (max 2MB). Provide either url or html."
addedInput schema / properties / landscape / description
Added value: +"Landscape orientation (default false)"
addedInput schema / properties / margin / description
Added value: +"CSS size applied to all margins, e.g. \"1cm\""
addedInput schema / properties / pageFormat / description
Added value: +"Paper size when paginating (default A4)"
addedInput schema / properties / printBackground / description
Added value: +"Include CSS background colors and images (default true)"
changedInput schema / properties / singlePage / description
Previous value: -"One continuous page sized to the content height (no A4 pagination)"New value: +"Output one continuous page sized to the content height (no A4 pagination)"
changedInput schema / properties / url / description
Previous value: -"Public http/https URL to render"New value: +"Public http/https URL to render. Provide either url or html."
addedInput schema / properties / waitUntil / description
Added value: +"When to consider the page ready: \"load\" (default) or \"networkidle\""
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "bytes": {
+ "description": "Size of the generated PDF in bytes",
+ "type": "integer"
+ },
+ "mimeType": {
+ "description": "Always application/pdf",
+ "type": "string"
+ }
+ },
+ "required": [
+ "bytes",
+ "mimeType"
+ ],
+ "type": "object"
+}