Hi I am trying to decompress a stream with filter=flatedecode and decodeparms=[predictor 12 columns 4]. I decoded the stream with FlateDecode(byte in[]) first. Then the output is pass in to decodePredictor(byte in[], PdfObject dicPar).
I have checked that dicPar is correct. However, the resulting byte[] from decodePredictor is incorrect (i'm expecting some readable strings). Please help!!!!! -- View this message in context: http://www.nabble.com/Problem-with-decodePredictor%28byte-in--%2C-PdfObject-dicPar%29-tp22407186p22407186.html Sent from the iText - General mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise -Strategies to boost innovation and cut costs with open source participation -Receive a $600 discount off the registration fee with the source code: SFAD http://p.sf.net/sfu/XcvMzF8H _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://www.1t3xt.com/docs/book.php
