Unable to Remove PDF Link Annotation

I have a PDF file, I want to remove Link Annotation Using Aspose.PDF for NET, But it does not take effect after processing. I try to output Annotations.Count, But the result is 0.

Version info

Aspose.PDF for Net 24.1

Sample code:

void Main()
{
	var doc = new Aspose.Pdf.Document(@"C:\Users\54390\Downloads\demo.pdf");
	doc.Pages.ToList().ForEach(page =>
	{
		page.Annotations.Count.Dump();//output 0.
		page.Annotations.ToList().ForEach(annotation =>
		{
			if (annotation.AnnotationType == AnnotationType.Link)
			{
				page.Annotations.Delete(annotation);
			}
		});
	});
	doc.Save(@"C:\Users\54390\Downloads\output.pdf");
}

Demo file

demo.pdf (244.8 KB)

Screenshot

20240127223130.png (211.8 KB)
The red line area in the screenshot is a hyperlink.

@sullivan

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-56384

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
Hi, Has there been any progress on this issue?

@sullivan

We are afraid that no progress has been made yet. We will prioritize the ticket on first come first serve basis and as soon as we make some updates, we will let you know. Please spare us some time.