@jarrodwee
This issue is reproduced at our end. Therefore, we have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CONVERSIONNET-6868
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
The issues you have found earlier (filed as CONVERSIONNET-6868) have been fixed in this update. This message was posted using Bugs notification tool by nikola.yankov
While it is confirmed that v24.5 has resolved the issue, I’m encountering a very odd situation whereby it takes very long for the first conversion to complete.
Subsequent conversions are fast.
The first conversion for the simple PowerPoint.pptx sample provided earlier above takes almost 3 minutes to convert to PDF/A-2u.
We couldn’t not reproduce this issue at our end using following Presentation file.
The conversion took almost 18 seconds image.png (141.8 KB). Could you please share the sample application and the problematic file using that issue could be reproduced?
I’m using the same sample file.
Perhaps it is just that my machine is slower?
I think 18 seconds is still too slow for such a simple sample.
Noted that simple MS Word documents convert much faster.
Also, I was testing the new PresentationLoadOptions - removing the below seems to speed things up even though the sample didn’t contain any embedded files.
Please try adding the below to confirm if it increases your conversion time.
if (nativeFileType is GroupDocs.Conversion.FileTypes.PresentationFileType)
{
return new GroupDocs.Conversion.Options.Load.PresentationLoadOptions
{
ConvertOwned = true
};
}
@jarrodwee
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.
Issue ID(s): CONVERSIONNET-7005
You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.
Apologies for the confusion, not reporting any issue with Word to PDF conversion - just noting that it has been resolved in the latest Conversion.NET - was hoping that it might have also been resolved for PPT to PDF.