Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 760 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 760 Bytes

PDF to PNG Converter

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.

Features

  • Converts PDF files to PNG images.
  • Supports batch conversion of multiple PDF files in a given directory.
  • Easy-to-use and customizable.

Requirements

  • Python 3.x
  • pdf2image library
  • poppler-utils (Required for PDF rendering, see installation instructions below)

Installation

  1. Clone the repository to your local machine:
  2. pip install pdf2image
  3. Add poppler path (Download from: https://github.com/oschwartz10612/poppler-windows)
git clone https://github.com/your-username/pdf2png.git