Hello,

I use PdfContentStreamProcessor to extract text with color,but it does
not work very well.

I think it's a bug in PdfContentStreamProcessor.getColor(int, List<PdfObject>)


for (int i = 0; i < nOperands; i++) {
    c[i] = ((PdfNumber)operands.get(i)).floatValue();
}

Regards,

biyi
------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

iText(R) is a registered trademark of 1T3XT BVBA.
Many questions posted to this list can (and will) be answered with a reference 
to the iText book: http://www.itextpdf.com/book/
Please check the keywords list before you ask for examples: 
http://itextpdf.com/themes/keywords.php

Reply via email to