So I figured out what was going on. Even though the images on the table look very small, the entire full sized image is contained within the pdf. This could be useful, but also might not be desired. An interesting quark.
thanks so much!! this helps me big time. I made it for each, but works like a breeze so far: thisRow.AllimageUrl.ForEach(
CurrentValue
.Substitute(“https://codahosted.io/docs/”, “https://codaio.imgix.net/docs/”)
).ForEach(
CurrentValue + “?w=800&h=800”
)