Hello,
I've a PDF document with a table that has several rows. In two columns of this table there are some icons (images) that I would like to replace with a text. The replacement text should be related to the effective icon replaced.
Example
There are three kind of icon: one represent "Accepted", one "Rejected" and the last "Pending".
In a column of a table, for each row, one of those three icons appears.
How can I, using the PDF control, replace all the icons representing "Accepted" with the text "OK", all the icons representing "Rejected" with the text "KO" and all the icons representig "Pending" with the text "PP"?
Is there a way to extract information about an image in the PDF file that could tell me information like its name or some other information usefull to its identification?
Any suggestion is highly apreciated.