Merge pull request #8043 from Rob--W/issue6696-auto-rotate-page

Allow automatic print rotation via the enablePrintAutoRotate preference
This commit is contained in:
Tim van der Meij 2017-02-08 23:57:28 +01:00 committed by GitHub
commit 573236e3ad
6 changed files with 43 additions and 5 deletions

View file

@ -114,6 +114,12 @@
"renderInteractiveForms": {
"type": "boolean",
"default": false
},
"enablePrintAutoRotate": {
"title": "Automatically rotate printed pages",
"description": "When enabled, pages whose orientation differ from the first page are rotated when printed.",
"type": "boolean",
"default": false
}
}
}