unoconv / unoserver

MIT License
496 stars 69 forks source link

How can i use custom filter in convertation? #24

Closed HavingNoFuture closed 1 year ago

HavingNoFuture commented 2 years ago

Hello! Nice job!

I want use HTML (StarWriter):EmbedImages filter for convertation like: libreoffice --convert-to "html:HTML (StarWriter):EmbedImages" --outdir outdir_path file.docx

How can i use this filter with unoconvert?

My solution: unoconvert --convert-to html:HTML (StarWriter):EmbedImages file.docx outdir_path Doesn't work: RuntimeError: Unknown export file type, unknown extension 'html:HTML (StarWriter):EmbedImages'

regebro commented 2 years ago

Yeah, you can't, but it would be nice if you could. Marking this as a Feature request.

lfglopes commented 1 year ago

I would also be interested in this possibility.

asmundstavdahl commented 1 year ago

59 implemented :)