PDF to PNG Converter is a Python script that allows you to convert PDF files to PNG images. This script uses the pdf2image
library to extract each page of the PDF and save it as a separate PNG image.
- Converts PDF files to PNG images.
- Supports batch conversion of multiple PDF files in a given directory.
- Easy-to-use and customizable.
- Python 3.x
pdf2image
librarypoppler-utils
(Required for PDF rendering, see installation instructions below)
- Clone the repository to your local machine:
pip install pdf2image
- Add poppler path (Download from: https://github.com/oschwartz10612/poppler-windows)
git clone https://github.com/your-username/pdf2png.git