Hello.
Im using GroupDocs as SDK, and when it fails to convert, I can’t query the reason. the API call returns “500 Internal Server Error”.
Do I have a way to get a more indicative response, or query the GroupDocs container logs?
I create the GroupDocs container as follows:
docker run -p 8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/conversion-cloud
My request for example:
POST http://127.0.0.1:9080/v2.0/conversion
{
“FilePath”: “xxx/<file_name>.tsv”,
“Format”: “pdf”,
“LoadOptions”: {
“Password”: “”,
“SkipEmptyRowsAndColumns”: false
},
“ConvertOptions”:nil,
“OutputPath”: “./xxx”,
“FontsPath”:""
}
I attached the problematic file.
example-tsv.tsv.zip (1.3 KB)