mwilliamson / python-mammoth

Convert Word documents (.docx files) to HTML
BSD 2-Clause "Simplified" License
810 stars 121 forks source link

some issue about x-wmf to png #125

Closed jaja43439 closed 2 years ago

jaja43439 commented 2 years ago

Hello

mwilliamson commented 2 years ago

Could you post the actual errors you're getting when you try the code?

jaja43439 commented 2 years ago

I don't understand why the example code for libreoffice_wmf_conversion() didn't work

In Method 2 the libreoffice_wmf_conversion() parameter is confused me

mwilliamson commented 2 years ago

It looks to me as though the libreoffice executable can't be found. For that code to work, libreoffice will need to be on the path.

mwilliamson commented 2 years ago

I'm closing the issue since I don't think there's anything else I can do to help.