Is there a cloud problem.
For your info, we use below code
public async Task Convert(string fullQualifiedFileName, CancellationToken cancellationToken = default)
{
if (!File.Exists(fullQualifiedFileName))
throw new …...TimeoutException($"Excel to PDF conversion timed out for: {fullQualifiedFileNam}");...