Windows: Converting HTML to RTF Command-Line

I’m trying to convert an html document to rtf using the command-line tools (my plan is to execute it from a script).
The command I’m trying is,

“soffice.exe” -headless -convert-to
rtf:“Rich Text Format”
C:\Hello_world.html

But nothing happens… I’m using version 4.3 of libre office.