python_pptx_interface
python_pptx_interface copied to clipboard
Interface for python-pptx to easily create simple pptx files
```#coding:utf-8 from pptx_tools import utils pptfile = 'test.pptx' png_folder = './output' utils.save_pptx_as_png(png_folder, pptfile, overwrite_folder=True)``` output: Comptype module needed to save PNGs. but any image saved.
@natter1 1. ReadMe says further testing is needed for **remove_unpopulated_shapes**. Are we good to use it. Is there any possible issues that can occur 2. Is there any functions or...
I working on a project where i want to change the table border color, width can anyone help on this Regards Sathish
any idea, why am I getting these problems. { "name": "ImportError", "message": "cannot import name 'EnumValue' from 'pptx.enum.base' (/Users/atanudasgupta/miniconda3/envs/python_312/lib/python3.12/site-packages/pptx/enum/base.py)", "stack": "--------------------------------------------------------------------------- ImportError Traceback (most recent call last) Cell In[1], line...