here\'s my code. It correctly adds the pictures I want and everything works except that the images are using their native resolution, so if the image is big
Personally, I use something close from fubo's solution and it works well:
image.ScaleToFit(document.PageSize); image.SetAbsolutePosition(0,0);