A PDF to PNG conversion library (based on pdftoppm
from poppler
)
$ pip install pdftopng
from pdftopng import pdftopng
pdftopng.convert(pdf_path="foo.pdf", png_path="foo")
pdftopng
uses Semantic Versioning. For the available versions, see the tags on this repository.
This project is licensed under GPLv2, see the LICENSE file for details.