Releases: raulgilabert/pdf-cutter
Released v1.0.3
Repaired bug when using a file on a different directory
Released v1.0.2
Repaired problem where there is something written on the top-right corner. Now the program only searchs on the top-left zone for the first corner of the slide to detect the borders.
Released v1.0.0
v1.0.0
/!\ Attention: this program only works (by now) on Unix-based OS.
Usage
python3 main.py file1.pdf [file2.pdf ...]
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.
Requirements
pdf2image
img2pdf
You can install them using the command pip install -r requirements.txt
Released v1.0.1
Added support for Python version lower than 3.10 changing the match
statement for an if