1
0
Fork 0
forked from josch/img2pdf

add legal and tabloid paper formats (closes: #52)

This commit is contained in:
Johannes 'josch' Schauer 2018-12-24 18:02:35 +01:00
parent 8bccc02c67
commit b39e755424
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -44,6 +44,8 @@ papersizes = {
"a4": "210mmx297mm",
"a5": "148mmx210mm",
"a6": "105mmx148mm",
"legal": "8.5inx14in",
"tabloid": "11inx17in",
}
papernames = {
"letter": "Letter",
@ -54,6 +56,8 @@ papernames = {
"a4": "A4",
"a5": "A5",
"a6": "A6",
"legal": "Legal",
"tabloid": "Tabloid",
}