I am receiving an form upload with a Word docx document. I got all the parsing done successfully. I have to then display that Word document on the web.
The problem I am
pip install Pillow
from PIL import Image
Image.open("xxx.wmf").save("xxx.png")