This action is used to insert a new blank page.
| name | data type | description |
|---|---|---|
| pageIndex | number | The index where the new page will be inserted. If not supplied the new page will be appended at the end of the document. |
| width | number | The width of the page in points (72 DPI). Default value is 612. |
| height | number | The height of the page in points (72 DPI). Default value is 792. |
Example
{
"pageIndex" : 12345,
"width" : 12345.0,
"height" : 12345.0
}