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.