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)