This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"""Extract the first page of all NIPS papers and combine them in one PDF file | |
:author: Davide Zilli | |
:date: 03 Dec 2017 | |
:lastedit: 03 Dec 2017 | |
""" | |
import os | |
import requests | |
from PyPDF2 import PdfFileWriter, PdfFileReader |