jdhao / pptx_to_image

convert PPT files to image.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert PPT files to images using Python.

This works well on Linux (Ubuntu). We need to install libreoffice, poppler-utils and pdf2image:

apt update && apt install libreoffice poppler-utils
pip install pdf2image

How to run?

python ppt_to_img.py test.pptx

About

convert PPT files to image.


Languages

Language:Python 100.0%