Convert from PDF to HTML on command line. Can't find filters to keep images

Hey guys,
I’m trying to use the command line to convert PDF to HTML, while creating links to the images. I’m able to do this from .docx to HTML just fine, but for some reason converting to HTML removes all images.

soffice --headless --convert-to html [filename].pdf

I’m using version 7.0.4.2, and I’m on a mac.

What is “links to the images”? hyperlinks? images on the page that are stored separately as files, and are referenced from the HTML (as opposed to embedded in the href)?

You could provide sample DOCX (giving you the wanted result), PDF (showing the problem), and the screenshots of results.