XLSX to PDF conversion does not complete for certain file in .NET

Converting the attached file to PDF does not complete (within 10 minutes).
No special conversion options were used:

        using (var conv = new Converter(documentPath))
        {
            var options = new PdfConvertOptions();
            Convert("outputConversion.pdf", options);
        }

When converting the same file with ImageConvertOptions it completes after a few seconds.
Tested with GroupDocs.Conversion 22.6.

Facturas a Pagar - 58_22, 2022.06.27., 120 727,99, 100012136__30004450_obra__10011638_videowall__100.xlsx.zip (932.6 KB)

1 Like

@Clemens_Pestuka

This issue is reproduced at our end. Therefore, we’ve logged it in our internal issue tracking system. Your investigation ticket ID is CONVERSIONNET-5345. We’ll notify you as there’s any progress update.

1 Like

@atir.tahir

Hi, I just re-testet this issue and it seems to be fixed with GroupDocs.Conversion 23.5.
So thanks for the fix :slight_smile:

1 Like

@Clemens_Pestuka

You are welcome.