PyPDF2
PyPDF2 copied to clipboard
Fix decode stream data issue
Fixing an issue when there is not data to decode:
- In some cases the data to decode using the method
filters.decodeStreamDatais an empty string, I think that in those cases we shouldn't try to decode the data.