Add A5 Page Size to printToPDF
This commit is contained in:
parent
606fb0615f
commit
86bf7341b7
2 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue