https://github.com/leonardogemin/booklet2img
Tool per convertire un PDF di 4 pagine formato opuscolo in immagini
https://github.com/leonardogemin/booklet2img
Last synced: 3 months ago
JSON representation
Tool per convertire un PDF di 4 pagine formato opuscolo in immagini
- Host: GitHub
- URL: https://github.com/leonardogemin/booklet2img
- Owner: leonardoGemin
- License: mit
- Created: 2025-02-13T15:00:16.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-13T15:19:04.000Z (3 months ago)
- Last Synced: 2025-02-13T16:29:49.538Z (3 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# booklet2img – Converti PDF Opuscolo in Immagini 🖼️
`booklet2img` è un tool Python che converte automaticamente file PDF formato opuscolo in immagini, semplificando la gestione e l’estrazione delle pagine.## Utilizzo da linea di comando
```bash
$ python booklet2img.py /path/to/input.pdf
```## Utilizzo con file eseguibile
- Compila il sorgente con `pyinstaller`
```bash
$ pip install pyinstaller
$ pyinstaller --onefile --windowed booklet2img.py
```- Converti l'opuscolo PDF in immagini trascinando il file da convertire sopra l'icona del file eseguibile
## Requisiti
- Sistema Operativo: Windows, macOS, Linux
- Python: 3.8+Librerie di Python necessarie:
```bash
$ pip install pymupdf pillow
```