| Parameter | Type | Description |
|---|---|---|
markPath | string | DOC file path |
page | number | Page index (starts from 0) |
pngPath | string | Output PNG path (must end with .png) |
size | Size | Output image size |
APIResponse<boolean>:result === trueindicates generation succeeded
Generate a thumbnail for a DOC mark page.
| Parameter | Type | Description |
|---|---|---|
markPath | string | DOC file path |
page | number | Page index (starts from 0) |
pngPath | string | Output PNG path (must end with .png) |
size | Size | Output image size |
APIResponse<boolean>:
result === true indicates generation succeeded