Hello community!
I got quite hard question (at least i think so), my client uses Microsoft Word documents (I omit the naming of those files, many of them have silly names e.g. "ść ..doc"), is it possible to open those documents under e.g. Eclipse env using Python 3.6 under Ubuntu?
for many years I used Windows 7 operating system, but i want some change, so i installed Ubuntu 16.04 LTS, I downloaded environment (Eclipse oxygen 4.7.0), pydev etc... But i forgot that my main document is saved as *.doc file.
Is any possible way to open those files? what do you propose? I was thinking about some king of "indirect" *.xml file, but what kind of lib should I use to open *.doc files under LibreOffice software? (I do not want use some "hack" to install Microsoft Word under Ubuntu), and what after taking data from file? what kind of lib use to save data to *.doc file under ubuntu? (Cause my client will opened it with Microsoft Office)
The schema is simple
- Open *doc files with Python 3.6 under ubuntu,
- manipulate those files,
- save as *.doc files under ubuntu.
Maybe use some COM object to open files under different operating systems? could someone share whit some kind of "documentation" of COM object used in Python 3.6 under ubuntu? (sorry if I am wrong, I only heard that i can use COM object, I do not use it before)
Thanks for all replays, Greetings community! Eldiane