I use python 2.7 with python pptx.
I have a table of data and need it to feet certain width and height,
I learned that i can change the text size like so enter link description here
But i wish to change the entire table size to fit an exact location and with changing the font size, and manipulating the row heights and col width it all seems too complex and hard to handle,
I found that i can turn the table to an image and than easily change it's size but that does not feel like the right thing to do.
Ideas?