From: oes Date: Sat, 31 Jan 2004 00:24:44 +0000 (+0000) Subject: Use smaller font so that wide tables don't exceed X-Git-Tag: v_3_0_3~2 X-Git-Url: http://www.privoxy.org/gitweb/?a=commitdiff_plain;h=ff6ab486b1ca8ad2fdfbdf3fab83b9917b8a3d81;p=privoxy.git Use smaller font so that wide tables don't exceed page width. --- 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: #