Working with Conversion API
Leave feedback
This API intended for convert the document to specified target format.
~/
Takes as input and returns.
https://api.groupdocs.cloud/v2.0/conversion
{
"FilePath": "/words/docx/one-page.docx",
"Format": "pdf",
"OutputPath": "converted"
}
[
{
"name": "one-page.pdf",
"size": 17958,
"url": "converted/one-page.pdf"
}
]
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.