Convert PDF to PDF using Aspose.PDF in C# – Error when opening the document in Acrobat Reader

Hi,

I have a PDF and I try to covert it to a regular PDF using Aspose.PDF in C# .net.
The conversion process seems to be successful, but when I open the converted file using Adobe Acrobat Reader (ver. 2023.008.20470), I encounter the following error:
Error.png (4.6 KB)

Could you please tell me what might be causing this issue?

Here is the code I use:

    public void ToPdf()
    {
      var document = new Aspose.Pdf.Document(SourcePath);
      document.Save(TargetPath, Aspose.Pdf.SaveFormat.Pdf);
    }

input.pdf (795.3 KB)

output (23.9).pdf (792.0 KB)

output (24.1).pdf (876.2 KB)

@directum
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-56438

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.