file-type

Inexpensive ways to add seek to a filetype object

Inexpensive ways to add seek to a filetype object Question: PdfFileReader reads the content from a pdf file to create an object. I am querying the pdf from a cdn via urllib.urlopen(), this provides me a file like object, which has no seek. PdfFileReader, however uses seek. What is the simple way to create a …

Total answers: 4