Add A5 Page Size to printToPDF

This commit is contained in:
BJR Matos 2015-12-14 23:28:25 -05:00
parent 606fb0615f
commit 86bf7341b7
2 changed files with 6 additions and 0 deletions

View file

@ -7,6 +7,11 @@ nextId = 0
getNextId = -> ++nextId
PDFPageSize =
A5:
custom_display_name: "A5"
height_microns: 210000
name: "ISO_A5"
width_microns: 148000
A4:
custom_display_name: "A4"
height_microns: 297000