The number of entries is 65535 or greater. Consider setting the UseZip64WhenSaving property on the ZipFile instance

Hi
i am getting this exception on converting the pdf document to word
The number of entries is 65535 or greater. Consider setting the UseZip64WhenSaving property on the ZipFile instance

i am using the version 23.05 of Aspose.pdf
and this is the code being used for conversion

var saveOptions = new DocSaveOptions();
saveOptions.Format = DocSaveOptions.DocFormat.DocX;
var streamResult = new MemoryStream();
// Load the PDF document into memory
using (var document = new Document(streamSource))
{
// Convert the document to a different format and save to stream
document.Save(streamResult, saveOptions);
}

i am also attaching the document that is having exception on conversion

EntravisionCommunicationsCorp_20230508_ARS.pdf (8.9 MB)

thanks

@Usman.19

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): PDFNET-54694

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.

@asad.ali can we get an estimate that when this issue can be resolved?

@Usman.19

The ticket has been logged recently in our issue tracking system and it will be investigated/resolved on a first come first serve basis. We will surely inform you once it is investigated and we have some news about its fix ETA. Please be patient and spare us some time.

We are sorry for the inconvenience.