I want to display a pdf file (which is converted from an image) on a pdf writer so that I can copy this file for the later use.
Actually, my aim is to copy a pdf file and then paste it on another pdf file.
My application is like an electronic post-it notes that can be copied and pasted on any other applications like MS
Word, Excel, Outlook etc. Now, we are trying to copy and paste our 'Note' on the pdf document. As we all know Acrobat reader will not allow to copy or manipulate the document, so we are trying to create a pdf document out of an image and then paste it over another pdf file.
I have so far been successful in creating pdf document out of an image. Now, I want to display it and copy it through Java application, so that it can be pasted on any other pdf file.
Is this do-able or am I crazy to think of such things?
I need some help with this. I would be greatful if someone can share some experience in this matter with me.
Thanks,
Riddhi.