Open
Description
After I upgraded (specifically to capture the new supported file extensions), I noticed that the same conversions are now taking much longer. One of my integration tests, a 13MB power point file, went from 8sec to timing out (past 30 seconds).
Sample code:
var builder = await new MergeOfficeBuilder()
.WithAssets(w => w.AddItem(fileName, fileBytes))
.SetPdfFormat(PdfFormats.A1b)
.BuildAsync();
With the upgrade, I only changed PdfFormats to LibrePdfFormats. It makes sense if the upgrade gives us new options or something along those lines, but the default experience without configuring anything else.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels