pdftohtml: singleHtml and stout are not mutually exclusive. with -dataurls is actually quite reasonable.
diff --git a/utils/pdftohtml.cc b/utils/pdftohtml.cc
index 864ece9..6218ff3 100644
--- a/utils/pdftohtml.cc
+++ b/utils/pdftohtml.cc
@@ -318,7 +318,7 @@
    if (scale>3.0) scale=3.0;
    if (scale<0.5) scale=0.5;
    
-   if (complexMode || singleHtml) {
+   if (complexMode) {
      //noframes=false;
      stout=false;
    } 
@@ -326,7 +326,6 @@
    if (stout) {
      noframes=true;
      complexMode=false;
-     singleHtml=false;
    }
 
    if (xml)