rarmknecht / peepdf

Automatically exported from code.google.com/p/peepdf
GNU General Public License v3.0
0 stars 0 forks source link

Problem with Filter LZW #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. ./peepdf -i
2. create pdf
3. embed file
4. filters 4 lzw
5. save test.pdf
6. exit
7. ./peepdf -i test.pdf
8. peepdf shows decode error in object 4

What is the expected output? What do you see instead?

Peepdf shall encode/decode LZW filter successfully.

What version of the product are you using? On what operating system?

The peepdf version is r45
The python version is 2.7.2+
The operating system is ubuntu 11.10 x86_64

Please provide any additional information below.

The test.pdf can not decode by other PDF tools like origami-pdf.

Original issue reported on code.google.com by czchen on 27 Oct 2011 at 12:38

GoogleCodeExporter commented 9 years ago
Problem with third-party library, testing needed...

Original comment by josemigu...@gmail.com on 10 Nov 2011 at 6:35

GoogleCodeExporter commented 9 years ago
Fixed now, thanks for reporting!

Original comment by josemigu...@gmail.com on 11 Nov 2011 at 3:44