Another Bug report for pdf.dll v20.7

Hi, Support:
Here I report a bug again.
Dim abs As ImagePlacementAbsorber = New ImagePlacementAbsorber()
Dim MpDoc = New Global.Aspose.Pdf.Document(“C:\Documents and Settings\Administrator\Doc1.pdf”)
MpDoc.Pages(1).Accept(abs)
Dim ansN = abs.ImagePlacements.Count
For Each imagePlacement As ImagePlacement In abs.ImagePlacements
ansN = ansN + 1
Next
for the pdf.dll v20.7, it got the value of ansN equal to 0, whereas for the lower version such as v9.7, it got the value of ansN equal to 7, actually the true value of ansN is 8!

ansN = Pdf.Pages(1).Resources.Images.Count
Here the value of ansN is 7, not the true value 8!

The aspose.pdf.dll has so many many bugs so that I will be frustrated by it and it waste much of my time to test it!

Please pay great attentions to it and fix those bugs!!!

Doc1.pdf (287.9 KB)

@ducaisoft

We have logged an issue as PDFNET-48614 in our issue tracking system for the sake of further investigation. We will surely pay attention to fix it and all other issues reported by you. Majority of the issues, reported by you, are related to image placement functionality and we will surely try to fix all of them. Please have patience and spare us some time.

We apologize for your inconvenience.