You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: