https://bugs.documentfoundation.org/show_bug.cgi?id=161489
Mike Kaganski <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOTABUG Status|UNCONFIRMED |RESOLVED --- Comment #2 from Mike Kaganski <[email protected]> --- This is not a bug. The command line that you used has this: --convert-to htm:HTML Where that ":HTML" was taken from? In any case, not from the documentation [1], which tells, that the argument to --convert-to has, after the output file extension, an optional comma and OutputFilterName. Further, that --convert-to entry has a link to the list of document filters [2], where there is no entries named simply "HTML" in the "API Name (OutputFilterName / InputFilterName)" column. In the "Filters for CALC" section (applicable because CSV are opened in Calc), there is a "HTML (StarCalc)" filter, which would allow e.g. this command line: soffice --headless --convert-to "htm:HTML (StarCalc)" --outdir . LibriNuovi.csv But in fact, even that is unnecessary, because that is the default filter handling htm extension, so this would be the easier working command: soffice --headless --convert-to htm --outdir . LibriNuovi.csv [1] https://help.libreoffice.org/latest/en-US/text/shared/guide/start_parameters.html?DbPAR=SHARED [2] https://help.libreoffice.org/latest/en-US/text/shared/guide/convertfilters.html?&DbPAR=SHARED -- You are receiving this mail because: You are the assignee for the bug.
