Comment lire PDF à partir du lien dans Python]

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