X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=utils%2Fldp_print%2Fldp_print;h=35b6053ada181b365578671ca1a8c6d359783110;hp=67129b969deb606f01ba1cb3d63baddf6667c082;hb=HEAD;hpb=520cd9953f7ad41fde7ad7e837276f547463e5d4 diff --git a/utils/ldp_print/ldp_print b/utils/ldp_print/ldp_print index 67129b96..35b6053a 100755 --- a/utils/ldp_print/ldp_print +++ b/utils/ldp_print/ldp_print @@ -52,8 +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 " . - "--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: #