Dear Sir or Madam,
We receive a corrupted PDF when making the following request.
using (var fs = new FileStream(srcFilePath, FileMode.Open, FileAccess.ReadWrite))
{
var document = new Aspose.Pdf.Document(fs);
document.Repair();
document.Save(dstFilePath);
}
The issue started occurring with version 23.10.0; everything was working fine up until version 23.9.0.
We are using Aspose.PDF for .NET, version 24.5.1.
You can find the original file and the resulting file in the attachments.
Best regards,
Wolfram Syperek
Berufsgenossenschaft Holz und Metall
Seligmannallee 4
30173 Hannover
after_repair.PDF (26.4 KB)
before_repair.PDF (229.5 KB)