We have created some PDFs using javascript. We can load these PDFs in C#.NET using Aspose.PDF, and save them under a new filename, and they still work as before. However, when making any changes, the links stop working in Edge or Acrobat (though still work in Firefox or Chrome). In particular, we try to combine PDFs. I’ve tried a number of ways including Document.Pages.Add, PdfFileEditor.Append, and PdfFileEditor.Concatenate, with the result always being the same.
Example.zip (1.6 MB)
In the attached zip file, the two smaller files (DMC… .pdf) are the originals, whose links work fine in Edge. The larger file (combined.pdf) has been created from the other two using Facades.PdfFileEditor.Concatenate, and its links only work in Chrome or Firefox, not in Edge or Acrobat.