ConversionResult
Leave feedback
On this page
ConversionResult data structure returned by Document Conversion API as output result
[
{
"name": "one-page.pdf",
"size": 17958,
"url": "converted/one-page.pdf"
},
...
]
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 |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.