Re: decompressing lzw stream in pdf file

2004-01-16 Thread Shweta Bhandare
Hi, I'm planning to decode the lzwdecided LZW decoded data in pdf files. Can you help me? Thanks, Shweta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: decompressing lzw stream in pdf file

2004-01-16 Thread Shweta Bhandare
Hi, Did you manage to figure this problem out? I'm planning to decode the LZW decoded data. Can you help? Thanks, Shweta. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

decompressing lzw stream in pdf file

2000-02-19 Thread Miguel Wooding SF Ten.Union
I have a pdf file that I can't decipher. Almost all of the content is contained within an LZWDecode filter. The pdf file starts like this: %PDF-1.2 {garbage line} 11 0 obj << /Length 12 0 R /Filter /LZWDecode >> stream {followed by lots of 8-bit garbage, and then:} endstream endobj 12 0 ob