I need to put data from a PDF file into a specific database structure. This requires me to be able to get certain data from the pdf file. Since pdf has no tags, etc., I was wondering if it is possible to get text based on color. Say, for example, I want all the red text. Or I want all the italic text in the document. Is this possible in C #? Or is there another way to easily filter data in a PDF document?

c # colors pdf itextsharp
Ojtwist May 03 '11 at 15:41 2011-05-03 15:41
source share