A5 paper size
yigithsyn opened this issue · 2 comments
yigithsyn commented
Could you please add settings option for A5 paper size?
"printcode.paperSize": {
"type": "string",
"description": "Paper size and orientation.",
"enum": [
"a4",
"a4Land",
"letter",
"letterLand",
"a5"
],
"default": "a4"
}
Thanks.
yigithsyn commented
Thank you very much. Really appreciated!