You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| format | string | Set paper format. Must be one of `A0`, `A1`, `A2`, `A3`, `A4`, `A5`, `A6`, `Letter`, `Legal`, `Tabloid`, `Ledger`. Default is `A4`. |
33
53
| width | integer | Set PDF document width. Both height and width must be used together. It will disable `format` option. |
34
54
| height | integer | Set PDF document height. Both height and width must be used together. It will disable `format` option. |
35
-
| scale | float | Set scale. The value must be greater than or equals to `0.1`, or lower then or equals to `2`. Default is `1`. |
55
+
| scale | float | Set scale. The value must be greater than or equals to `0.1`, or lower than or equals to `2`. Default is `1`. |
36
56
| landscape | boolean | Enable landscape mode. To enable, the value should be true. Disabled by default. |
37
57
| margin | string | Set margin(s) for the PDF document. It can be all four margin or specified by the values separated with space. Default is `0`. |
0 commit comments