ralsina / pdfrw

Automatically exported from code.google.com/p/pdfrw
Other
0 stars 0 forks source link

Code review request #3

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Purpose of code changes on this branch:

Allow reading imperfect or just plain broken PDFs:
1. no newline after %%EOF (allowed in PDF format)
2. support single filter when specified in an array ie /Filter[/FlateDecode] 
instead of /Filter 
/FlateDecode
3. when "endstream" is not found at specified stream length, try to find it 
again using simple 
string search from start.

When reviewing my code changes, please focus on:

Make sure it does not affect handling correct PDFs.

After the review, I'll merge this branch into:
/trunk

Original issue reported on code.google.com by attila.t...@gmail.com on 12 Mar 2010 at 6:25

GoogleCodeExporter commented 9 years ago
Looks good.

I think I've merged all your stuff into main now.

Original comment by pmaupin on 4 Sep 2012 at 2:07

GoogleCodeExporter commented 9 years ago

Original comment by pmaupin on 4 Sep 2012 at 2:07