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"
  },
  ...
]

ConversionResult fields

NameDescription
nameName of the converted document
sizeSize of the converted document
urlPage file path in the cloud storage. Use this value to download page using File API