I am trying to use PdfReader.FlateDecode(raw), a stream object and my
GetBytes is always null. Here is the code:
PdfReader pdf = new PdfReader("c:\test.pdf");
byte[] raw = new byte[pdf.GetPdfObject(objNum).Length];
raw = pdf.GetPdfObject(objNum).GetBytes();
Here is what the stream look like:(At least some of it, what translates anyways)
65 0 obj
<</Filter/FlateDecode/Length 286/N 3>>stream
H‰b``2ptqre``ÈÍ+)
rwRˆˆŒR`¿ÀÀÁÀÍ Ì`Ì`˜\\ààÃ
------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
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
Check the site with examples before you ask questions:
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/