Hi.
I have a requirement for a feature for adding text / images to a PDF file in our WPF application.
I am looking for any free / commercial controls that allow the following tasks:
[1] identify the coordinates, page location where to drop the text / image (preferably by converting mouse location to PDF/page location)
[2] embed text / image in the selected location (currently doable with free PDF api's)
[3] undo placed text / image or move it dynamically (latter is preferred)
Thanks.