Hi
I have the requirement to insert an image at a specific position on a PDF document. The position can change, so am exploring options of ways to identify the position and insert the image.
One concept I'm exploring is whether I can put a tag/placeholder of sorts at the position I would like the image to be inserted eg <#InsertImage#>
Then use the PDF class to find the tag, get it's coordinates and then insert the image over the top.
Do you think this is possible?
Am open to other suggestions on how to best provide a solution too.
Thanks