unoconv / unoserver

MIT License
496 stars 69 forks source link

Add argument --filter to converter #59

Closed asmundstavdahl closed 1 year ago

asmundstavdahl commented 1 year ago

Allows explicitly specifying which export filter to use, rather than relying on auto-detection.

I needed to specify "Office Open XML Text" as filter to be able to convert HTML to Docx.

asmundstavdahl commented 1 year ago

Allows conversions where no filter can be auto-detected. E.g. no filter is auto-detected for HTML→Docx conversion, but the "Office Open XML Text" filter supports it.

asmundstavdahl commented 1 year ago

I'm unable to see why the build step failed - any thoughts?

regebro commented 1 year ago

It errors out because it can't install version 1.1build1 of dist-info, and I have no idea why it would try to install dist-info at all. So that's all very strange.

asmundstavdahl commented 1 year ago

I give up on fixing the build job. I can't imagine it has anything to do with any of the changes in this PR anyway.

regebro commented 1 year ago

Yeah, that was a mess.

Fixed that and merged. Thanks!