I need to convert multiple .rtf
-files to html
. I thought the libre office commandline suit (lowriter
) would do:
lowriter --headless --convert-to html *.rtf
But the program finishes (or crashed?) without any error-message at file number 249 (from around 380). I don't know why. As lowriter
doesn't seem to have a good error-log (acording to the stackoverflow-post from Arnon Weinberg), maybe one of the .rtf
-files is corrupt and the program crashes. But lowriter
won't say. Is this possible?