addedInput schema / $defs / PDFInput / properties / backend / description
Added value: +"Backend: 'cdp', 'bidi', or 'auto'"
addedInput schema / $defs / PDFInput / properties / backend / enum
Added value: +[
+ "cdp",
+ "bidi",
+ "auto"
+]
addedInput schema / $defs / PDFInput / properties / headless / description
Added value: +"Run browser in headless mode"
addedInput schema / $defs / PDFInput / properties / js / description
Added value: +"JavaScript to execute before the action"
addedInput schema / $defs / PDFInput / properties / landscape / description
Added value: +"Use landscape orientation"
addedInput schema / $defs / PDFInput / properties / margin / description
Added value: +"Page margin (e.g. '0.4in')"
addedInput schema / $defs / PDFInput / properties / media / enum
Added value: +[
+ "print",
+ "screen"
+]
addedInput schema / $defs / PDFInput / properties / no_header_footer / description
Added value: +"Exclude header and footer from PDF"
addedInput schema / $defs / PDFInput / properties / output_path / description
Added value: +"File path to save the output. If omitted, a default path is used."
addedInput schema / $defs / PDFInput / properties / paper / enum
Added value: +[
+ "a4",
+ "letter",
+ "legal",
+ "a3",
+ "a5"
+]
addedInput schema / $defs / PDFInput / properties / session_id / description
Added value: +"Active session ID. If omitted, a stateless session is created for this call."
addedInput schema / $defs / PDFInput / properties / url / description
Added value: +"URL to navigate to (required without session_id)"
addedInput schema / $defs / PDFInput / properties / wait_timeout / description
Added value: +"Timeout in ms for wait conditions"
addedInput schema / $defs / PDFInput / properties / wait_timeout / maximum
Added value: +300000
addedInput schema / $defs / PDFInput / properties / wait_timeout / minimum
Added value: +1000