Am 12.01.2018 um 09:17 schrieb Vimal Kumar:
I Am tring to find the color code of a word in java using pdfbox 2.0.0
and same code is

No easy answer because there is no such thing as a "word". You'd need to look into the PDFTextStripper code, understand the algorithm and create something quite different... what you see as "words" are either groups of glyphs separated by an empty area, or (doesn't happen often, but it happens) glyphs having a space among them. See in the source code for the word "word".

Tilman


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to