ms word - Create document with python -


Is there a library that creates a word document with a specific size (width - height)?

What I want to do is to create a word document that takes the photo, date, name as input and puts them in a specific state of the document.

Thanks in advance Typically you can use Open Office Uno (SDK) to create documents and then save them in word format (if you According to the average A4 / A2 size .. format also works in OoO also). I have not done this in Python, I have used the UN from Java and C # but I think it should be easy in Python too.

Link to Python-UNO bridge here

But work hard to understand what you are asking, please be more specific and update your question :) < / P>

Comments