Pdf file cutter for slides where 2 pages are in one of the file
This program converts pdf like this:
With the project cloned in a local directory:
pip install .
pdf-cutter file1.pdf [file2.pdf ...] [-q N]
This program allows you to convert more than one pdf file at execution. The
result pdfs are stored on the folder result/
with the same name than the
original file. All the images used in the conversion are stored at the folder
images/
and this folder and all its content is deleted at the end of the
execution.
The -q / --quality
argument allows you to increase the resolution of the
output, by default is 1. Its range goes from 1 to 3.
/!\ Attention: In some cases the lowest quality can generate problems with the detection of the borders when having images on the corners of the slide. This can be resolved increasing the quality of the images.
pdf2image
img2pdf
You can install them using the command pip install -r requirements.txt