I needed to insert some text (a ID) in a location on a PDF file.This task was simple enough but I'm running in to an issue when there is color under the font location.
I need to test to see what color(if any) is under a defined area. Then determine if the font color should be Black or White.
I found a great routine Here (on StackOverflow). to help determine what color to use based on a color you send it. I was hoping to see if there was anyway to find that information out using ITextSharp.
any help would be great!