Jak przeczytać PDF z linku w Python]

input1 = PdfFileReader(file("http://example.com/a.pdf", "rb"))
Clever Crayfish