Hello,
In the latest GroupDocs version, I tried to convert password protected ppt and xls and got the following error:
{“requestId”:“b2d6ca33-0e4c-45c8-a27e-de224cc99dff”,“error”:{“code”:“internalError”,“message”:“Conversion from () to pdf PDF is not supported.”,“description”:“Operation Failed. Internal error.”,“dateTime”:“2023-04-23T10:50:38.6584461Z”,“innerError”:null}}
my request:
http://localhost:8080/v2.0/conversion
{
“FilePath”: “password_protected_xls.xls”,
“Format”: “pdf”,
“OutputPath”: “converted/password_protected_xls_converted.pdf”,
“FontsPath”:“”
}
Container execution:
docker run -p 8080:80 -v $(pwd)/data:/data --name conversion_cloud groupdocs/conversion-cloud
Attached are the example files. (password: “test”)
This issue is urgent, as we supply our solution based on these abilities to our customers.
Thank you, Dani.
Archive.zip (52.6 KB)