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
* Update PdfConverter.java
update to use letter. need to use options passed
* add ability to pass page size to android
* missed closing parentheses
* added missing import
* fixed convert to bool
* forgot new for constructor
| `base64` | `boolean` | false | return base64 string of pdf file (not recommended)
95
95
| `directory` | `string` |default cache directory| Directory where the file will be created (`Documents` folder in example above). Please note, on iOS `Documents` is the only custom value that is accepted.
96
+
| `height` | number | 792 | Set document height (points)
97
+
| `width` | number | 612 | Set document width (points)
96
98
97
99
98
100
#### iOS Only
99
101
100
102
| Param | Type | Default | Note |
101
103
|---|---|---|---|
102
-
| `height` | number | 792 | Set document height (points)
103
-
| `width` | number | 612 | Set document width (points)
104
104
| `paddingLeft` | number | 10 | Outer left padding (points)
105
105
| `paddingRight` | number | 10 | Outer right padding (points)
106
106
| `paddingTop` | number | 10 | Outer top padding (points)
0 commit comments