wolfSSL: Use LIBWOLFSSL_VERSION_HEX to decide whether or not to use WOLFSSL_X509_V_OK
[privoxy.git] / utils / ldp_print / ldp_print
index b4b36d3..35b6053 100755 (executable)
@@ -52,9 +52,9 @@ $fname_wo_ext =~ s/\.[\w]+$//;
 #
 &fix_print_html($ARGV[0], 'body.html', 'title.html');
 
-my($cmd) = "htmldoc --size universal -t pdf -f ${fname_wo_ext}.pdf " .
-           "--linkcolor #0000ff ".
-           "--firstpage p1 --titlefile title.html body.html --footer c.1";
+my($cmd) = "htmldoc --size universal --bodyfont helvetica --fontsize 8 " .
+           "-t pdf -f ${fname_wo_ext}.pdf --firstpage p1 --titlefile title.html" .
+           " body.html --footer c.1";
 
 # For postscript output; append onto the above cmd string:
 #