Skip to content

Commit ad950d3

Browse files
enumagbsweeney
authored andcommitted
Add US Half Letter to paper sizes
1 parent c51dac0 commit ad950d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Adapter/CPDF.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ class CPDF implements Canvas
8989
"sra3" => array(0, 0, 907.09, 1275.59),
9090
"sra4" => array(0, 0, 637.80, 907.09),
9191
"letter" => array(0, 0, 612.00, 792.00),
92+
"half-letter" => array(0, 0, 396.00, 612.00),
9293
"legal" => array(0, 0, 612.00, 1008.00),
9394
"ledger" => array(0, 0, 1224.00, 792.00),
9495
"tabloid" => array(0, 0, 792.00, 1224.00),

0 commit comments

Comments
 (0)