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(_…...as a post-process and not in-line when creating the PDF from scratch...