pdf2svg --embedfonts -o output input.pdf
<!DOCTYPE html>
<title>
Test of rendered SVG.
</title>
<head>
<style>
#pageBg {
background: url('output.svg');
background-repeat: no-repeat;
overflow: hidden;
position: absolute;
width: 1816px;
height: 826.5px;
}
body {
overflow: hidden;
}
</style>
</head>
<div style="position:absolute" id="pageBg">
</div>
</body>
</html>
pdf2svg --embedfonts --embedimages -o output input.pdf