In the attached files, when we try to count the number of images that the page’s XForms have, we hit a NullReferenceException.
We are on Aspose.PDF 26.3.0
The failing code is:
var FormsWithImages = this.page.Resources…...Forms.Where(x => x.Resources.Images...variation of trying to access the form’s .Resources.Images similarly...