Skip to content

GipsyPotter/PDFtoPNG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

PDF to PNG converter

This python program help you easily convert pdf file to png image

[27/12/22]Finish rewritten and add some new features for easy use

Installation

Requirements

Use the package manager pip to install required lib

pip install PyMUPDF
pip install colorama

Usage

1 - Run the program

python mainpdf.py

2 - Enter the path of the pdf file

3 - Enter the path of the folder where you want to save the images (if just name are entered, the images will be saved in the Desktop)

4 - Enter zoom level (1 = 100%, 2 = 200%, etc...), default is 2

License

MIT