This library helps in converting pptx slides to images using LibreOffice
Project description
pptx2img
pptx2img
is a Python library that converts PowerPoint (.pptx) files into image files (.png) using LibreOffice.
Installation
To install pptx2img
, use pip:
pip install pptx2img
Usage
Here's an example of how to use the PPTXConverter class:
from pptx2img import PPTXConverter
converter = PPTXConverter()
converter.convert_pptx_to_images('path_to_pptx_file.pptx', 'output_folder')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pptx2img-0.1.0.tar.gz
(4.3 kB
view hashes)