Skip to content

Released v1.0.0

Compare
Choose a tag to compare
@raulgilabert raulgilabert released this 20 Oct 14:48
· 18 commits to master since this release

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