PyPDF2 icon indicating copy to clipboard operation
PyPDF2 copied to clipboard

Fix decode stream data issue

Open vladir opened this issue 10 years ago • 0 comments

Fixing an issue when there is not data to decode:

  • In some cases the data to decode using the method filters.decodeStreamData is an empty string, I think that in those cases we shouldn't try to decode the data.

vladir avatar May 28 '15 12:05 vladir