I am using Aspose (latest) PDF. I can make an image by using the Image class like so:
var img = new Image
{
FixHeight = _options.ImageLeftHeight,
FixWidth = _options.ImageLeftWidth,
ImageStream = new MemoryStream(_…...Resources.Images[1]; bool result = =...and then call pages.Last().Resources.Images.Last() each time I...