A Python library for converting PDF pages to PNG images using poppler-utils. Current version 0.2.4, with irregular releases.
pip install pdftopngNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Converts each page of a PDF into a separate PNG file. Returns list of generated filenames.
Install poppler-utils via system package manager (e.g., apt-get install poppler-utils on Ubuntu, brew install poppler on macOS).
Ensure the output directory exists before calling convert_pdf_to_png.
Consider alternatives like pdf2image or PyMuPDF for better compatibility.