Simple script to convert Prezi presentation into a PDF file. Can also download Prezi Videos
On Mac python3 -m pip install -r requirements.txt
- Run the script and enter the prezi url.
python3 prezi2pdf.py -u "YOUR_PREZI_URL"
- The script will start downloading en converting it into a pdf file.
Note that the YOUR_PREZI_URL
is a little ambigous. You should find the link that contains an ID of the following form: 12 symbols long, each either a digit, a lowercase letter, or a hyphen.
Example:
https://prezi.com/p/edit/vk713bm8qr-k/
In the case above, to get this link I have to open the presentation in the "Edit" mode.