projects
/
privoxy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a4baf97
)
Use smaller font so that wide tables don't exceed
author
oes
<oes@users.sourceforge.net>
Sat, 31 Jan 2004 00:24:44 +0000
(
00:24
+0000)
committer
oes
<oes@users.sourceforge.net>
Sat, 31 Jan 2004 00:24:44 +0000
(
00:24
+0000)
page width.
utils/ldp_print/ldp_print
patch
|
blob
|
history
diff --git
a/utils/ldp_print/ldp_print
b/utils/ldp_print/ldp_print
index
67129b9
..
35b6053
100755
(executable)
--- 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:
#