Programmatically adding red box around a two digit number
I have a pdf document with a graph containing a line of two digit values (17 of them), e.g.,
74 63 59 72 ...
I have written a program that checks each value against a specified value to determine if the displayed calue is greater than the specified one. If it is, I need to draw a red box arouund the displayed value to indicate it exceeds the specified one. If not possible, I need some way to indicate the exceptions, e.g., changing the font color for that displayed value. VBA, Javascript, or a language suggested by you are all acceptable.
