I have a pdf file (pdf sample) with some strings as a placeholder. These strings have the following syntax
<box:*>
I want to develop a C# application that, using iTextSharp, searches for all occurrences within the document (I would like the entire contents of the tag) and for each of these also get the location (X,Y) in the document.
Is this possible? Can you provide me source code?
Thanks, Luigi.