If you’re on Linux, try pdftohtml:
sudo apt-get install poppler-utils
pdftohtml -enc UTF-8 -noframes infile.pdf outfile.html
On MacOS (with homebrew) pdftohtml can be installed with:
brew install pdftohtml
The open source ebook converter Calibre can also convert PDF files to HTML and is available on MacOS, Windows and Linux.