Tuesday, 10 September 2013

How can I search for strings and position using iTextSharp in C# application

How can I search for strings and position using iTextSharp in C# application

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.

No comments:

Post a Comment