Hi!
I'm trying to search a spesific word in a PDF, and then return the coordinate position of that word. My application is written in C#, and I have never included Acrobat in my apps before, so I'm new to all this.
The reason why i want to extract the position is that i want to insert at picture at this spesific location. (The location of this word will be random)
Any hints to get me started would be appreciated.
-Aage
Get positionWell, you should download the Acrobat SDK for all the documentation and sample code.
HOWEVER, while searching and finding the word coordinates are pretty easy (and there is a sample). When you insert the image won't it cover up all the text around it?
No comments:
Post a Comment