I need to create a 2003 compatible doc file with python without using an external program like OpenOffice or an embedded language like java using Jasper, but I have not found a way to do this. Creating a docx is pretty simple and doesn't have a problem, but the doc file is another story. As an alternative solution, I tried to create an rtf file, but the Unicode incompatibility (there is a library there, solving this), and the lack of functions does not allow me to go further and satisfy my needs. Any tips or solutions? Thanks in advance!
source
share