Skip to content

jujhaar2409/pdf-remove-pauses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remove pauses from beamer slides using python

Place your pdf files in the pdfs directory.

run python3 remove_pauses.py

The output will be stored in the directory out.

ImportError on some older versions of python

If you face an import error which looks something like ImportError: cannot import name 'PdfWriter' from 'PyPDF2' then either use a newer version of python, if you have that on your system, or use the code on the branch old-python instead:

git checkout old-python

About

Python script to remove pauses from PDF files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages