Here is the link to the pdf, I'm trying to download the information but it comes back to me encrypted, tips on how and can it be fixed at all? :(
def engine_stopped(self):
print(self.snapshot_url)
def parse(self, response):
pdf = pdfplumber.open(io.BytesIO(response.body))
extract_text = ""


You can do this very quickly with pymupdf.
I tested it with
World-Bank-Notes-on-Debarred-Firms-and-Individuals.pdfand it worked fine.This solution will make one large text file of the document.