How to extract an autoshape/table/PictureFrame shape as a vector without reducing its size and extracting as a thumbnail image.
I want an alternative to this:
with shape.get_thumbnail() as bitmap:
bitmap.save(foldername+autoshape_filename.format(shape_num,slide_num), drawing.imaging.ImageFormat.png)