Hello,
In the latest GroupDocs version, I tried to convert tsv file as follows
{
“FilePath”: “”,
“Format”: “pdf”,
“OutputPath”: “”,
“LoadOptions”: {
“Password”:"",
“SkipEmptyRowsAndColumns”: false
},
“FontsPath”:""
}
And got the following error:
“Cannot convert. The file is corrupt or damaged. This file’s format is not supported or you don’t specify a correct format.”,“description”:“Operation Failed. Internal error”
The real type of the file is apparently txt, but when I try to remove the “Load Options” I can convert the file, even if the extension is tsv.
What should I have put in the “LoadOptions”?
Attached is the discussed file.
Thank you, Dani.