Skip to content

Instantly share code, notes, and snippets.

View giuseppe-testa's full-sized avatar
🏠
Working from home

Giuseppe Testa giuseppe-testa

🏠
Working from home
  • TeamSystem S.p.A.
  • Remote
View GitHub Profile
@giuseppe-testa
giuseppe-testa / pdf_split.py
Created September 19, 2019 12:52
Useful script to split a given pdf into single pages .
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
"""Utils scripts to split the pages of a pdf.
Example:
$ python pdf_split.py -i "path_to_pdf/sample.pdf" -o "path_to_dir"
* Author: Giuseppe Testa
* Date: 19/09/2019