ConversionResult
ConversionResult data structure returned by Document Conversion API as output result
ConversionResult example
[
{
"name": "one-page.pdf",
"size": 17958,
"url": "converted/one-page.pdf"
},
...
]
ViewResult fields
Name | Description |
---|---|
name | Name of the converted document |
size | Size of the converted document |
url | Page file path in the cloud storage. Use this value to download page using File API |