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