added -nopdf switch (#482)

This commit is contained in:
Ananthu
2025-09-14 15:03:01 +02:00
committed by GitHub
parent 037e3b6f65
commit 5924ebcafc
5 changed files with 37 additions and 9 deletions

View File

@@ -1796,6 +1796,12 @@
"title": "Don't Generate Markdown",
"type": "boolean"
},
"dont_generate_pdf": {
"default": false,
"description": "A boolean value to determine whether the PDF file will be generated. The default value is False.",
"title": "Don't Generate PDF",
"type": "boolean"
},
"dont_generate_png": {
"default": false,
"description": "A boolean value to determine whether the PNG file will be generated. The default value is False.",