PDF Layout Question

Hey everyone - I’m trying to create a layout with pdf package that has an image in the top right quadrant of the page and then a list of text that wraps around it (so full height of page to the left of the image, and just half the height under the image). I haven’t been able to come up with a strategy that lets me do this, playing around with Wrap and Stacks always just puts the text over the positioned image.

Wanted to see if anyone had a clever idea on how to build a layout like this? Or is the recommended option to estimate the height of each element in the list and figure out how many to put in each column? I’ve seen a few references saying TextPainter may help with this but I haven’t tried it out yet.