X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=blobdiff_plain;f=utils%2Fldp_print%2Fldp_print;h=35b6053ada181b365578671ca1a8c6d359783110;hp=b4b36d36e2a8f8663f094265690888edd332af27;hb=e52674334610f4c2a1eb22b095c126527705f314;hpb=28e744c319ed324fa1fb7853d00ab809de31c34a diff --git a/utils/ldp_print/ldp_print b/utils/ldp_print/ldp_print index b4b36d36..35b6053a 100755 --- a/utils/ldp_print/ldp_print +++ b/utils/ldp_print/ldp_print @@ -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: #