Как читать PDF из ссылки в Python]
input1 = PdfFileReader(file("http://example.com/a.pdf", "rb"))
Clever Crayfish
input1 = PdfFileReader(file("http://example.com/a.pdf", "rb"))