GipsyPotter / PDFtoPNG

A Python program to convert PDF to png image

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A Python program to convert PDF to png image

License:MIT License


Languages

Language:Python 100.0%