Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 483 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 483 Bytes

PDF-to-Images-Converter

A simple Python script to convert each page of a PDF document into individual PNG images. This script utilizes the pdf2image library to efficiently extract and save PDF pages as high-quality images.

Features

Converts all pages of a PDF into images.

Automatically creates the output directory if it doesn't exist.

Saves each page with a sequentially numbered filename.

Requirements

Python 3.6 or higher.

Required Python packages: pdf2image, Pillow.