1 files changed, 2 insertions(+), 1 deletions(-)
M bin/text2pdf
M bin/text2pdf => bin/text2pdf +2 -1
@@ 135,7 135,8 @@ EOF
if [ "$useps" -eq 1 ]; then
groff -Kutf8 -ms $ps_opts >"$outfile"
else
- groff -Kutf8 -Tpdf -ms $pdf_opts >"$outfile"
+ groff -Kutf8 -Tpdf -ms $pdf_opts |
+ pdftocairo - -pdf "$outfile"
fi
}
#tee /tmp/t2p.$$ |