pdfquery icon indicating copy to clipboard operation
pdfquery copied to clipboard

Fix range() page numbers for Python3 & prevent long cache file names

Open chk1 opened this issue 6 years ago • 0 comments

This should fix issue #67

In Python 3 a range() is not converted to a list by default which breaks the _flatten function used for flattening the list of page numbers

I prevented long cache file names by md5-hashing the list of page numbers

chk1 avatar Oct 28 '18 00:10 chk1