I'm generating a PDF and hoping to use images I have stored in Azure Blob storage setting the image source as a URL (the blob URL).
Is this possible?
What is the recommended way to layout a document? I plan to have text top left and an image top right. Below that 3 images in a row, text below that and 2 further images below that.
I have the text top left OK by adding +20 to my Y coordinate, but is there a better way particularly when you don't know the bounds of the elements that will be on the PDF?
Thank you!