diff options
-rwxr-xr-x | pdftool.pl | 7 | ||||
-rwxr-xr-x | psresize2.pl | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -128,6 +128,13 @@ Display the manual page. =back +=head1 EXAMPLES + +The following comand can be used to remotely crop a PDF file, convert it +to A4 paper, and rearrange the pages for printing a booklet: + +ssh remote pdftool.pl -cpA4 -b2 < in.pdf > out.pdf + =head1 REQUIRE Requires PSUtils installed and available in the command line diff --git a/psresize2.pl b/psresize2.pl index de42e0b..d373c18 100755 --- a/psresize2.pl +++ b/psresize2.pl @@ -112,7 +112,7 @@ Display the manual page. =head1 EXAMPLES The following comand can be used to remotely crop a PDF file, and -convert it to A4 paper +convert it to A4 paper: pdftops in.pdf - | ssh remote psresize2.pl -cpA4 | ps2pdf - out.pdf |