ben
2003-09-15 21:19:31 UTC
how can i go about programmatically uncompressing some pdf stream data
that's in the LZWDecode compression?
i have the lzw stream of data in question in a variable seperated from
the rest of the pdf data. the data in this variable starts in exactly
the right place and continues for the correct length.
now what?
i'm wring my code in c (and objective-c) and am using mac os x which is
unix based.
has anyone got any pointers for decompressing lzw data? should i try
and use a utility that's already on the system? (that's what i was
adivised to do - use the unix utility 'uncompress' but it now turns out
that this doesn't deal with lzw i don't think) or should i use some
already written code? if so what?
any suggestions / pointers would be great.
thanks, ben.
that's in the LZWDecode compression?
i have the lzw stream of data in question in a variable seperated from
the rest of the pdf data. the data in this variable starts in exactly
the right place and continues for the correct length.
now what?
i'm wring my code in c (and objective-c) and am using mac os x which is
unix based.
has anyone got any pointers for decompressing lzw data? should i try
and use a utility that's already on the system? (that's what i was
adivised to do - use the unix utility 'uncompress' but it now turns out
that this doesn't deal with lzw i don't think) or should i use some
already written code? if so what?
any suggestions / pointers would be great.
thanks, ben.