How can I get the color at a specific coordinate in a pdf file.? Also, I do not know the coordinates. I have only a pdf file. I need to find out a coordinate and its color. I work in java and “com.lowagie.text.pdf” package. Please help me.
How can I get the color at a specific coordinate in a pdf file.?
Share
I got what I was looking for.
The code is here
Export PDF pages to a series of images in Java