1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
|
#! /usr/bin/perl -w
use Getopt::Long qw(:config posix_default no_ignore_case gnu_compat
bundling auto_version auto_help);
use Pod::Usage;
use IPC::Open2;
use IPC::Open3;
use POSIX qw(floor);
use strict;
=head1 NAME
pdftool.pl - a PDF swiss army knife
=head1 SYNOPSIS
B<pdftool.pl> [-s I<pages>] [-w I<width> ] [-h I<heigth>] [-p I<paper>]
[-W I<width>] [-H I<heigth>] [-P I<paper>] [-p I<paper>] [-m I<margin>]
[-b I<border>] [-c] [--book] [--column] [-n I<nup>] [-t] [-q]
[I<infile> [I<outfile>]]
=head1 DESCRIPTION
I<PDFTool> combines the tools in the PSUtils bundle in a nice way. The
input should be either a Portable Document Format (PDF) file, or a
PostScript file. The output format is the same as the input one.
If no input file is given, or if a single hyphen-minus (B<->) is given as
file name, I<PDFTool> will read the PDF or PostScript data from the standard
input. In that case, and if the input data is in PDF format, an
auxiliary file will be created (since the conversion from PDF to PS
requires random access to the data), and removed afterwards. Also, if the crop
option (B<-c>) is set, an auxiliary file will be created, and removed
afterwards.
If no output file is given, or if a single hyphen-minus (B<->) is given as
file name, I<PDFTool> will send the data (of the same type as the input) to
the standard output.
The document will be treated as follows:
=over 8
=item Conversion from PDF to PostScript (if necessary),
=item Selection of the page range,
=item Rearranging pages for printing books or booklets,
=item Putting multiple pages per sheets,
=item Conversion from PS to PDF (if necessary).
=back
=head1 OPTIONS
=over 8
=item B<-s, --select>
Specifies the pages which are to be selected.
I<Pages> is a comma separated list of page ranges, each of which
may be a page number, or a page range of the form
I<first>-I<last>. If I<first> is omitted, the first page is assumed,
and if I<last> is omitted, the last page is assumed.
The prefix character `_' indicates that the page number is relative
to the end of the document, counting backwards. If just this
character with no page number is used, a blank page will be inserted.
=item B<-w, --width>
Specify the width of the output file. If the height is not specified as
well, it will be ignored. The known units are B<pt>, B<in>, B<cm> and
B<mm>. The default unit is B<pt>.
=item B<-h, --height>
Specify the height of the output file. If the width is not specified as
well, it will be ignored. The known units are B<pt>, B<in>, B<cm> and
B<mm>. The default unit is B<pt>.
=item B<-p, --paper>
Specify the paper size of the output file, as an alternative to B<-w>
and B<-h>. Can be set to B<a0>, B<a1>, B<a2>, B<a3>, B<a4>, B<a5>, B<b5>,
B<letter>, B<legal>, B<ledger>, B<tabloid>, B<statement>, B<executive>,
B<folio>, B<quarto>, or B<10x14>. The default output paper size is B<a4>.
=item B<-W, --Width>
Same as the option B<-w>, but for the input file. This option is useless if
the crop option (B<-c>) is set.
=item B<-H, --Height>
Same as the option B<-h>, but for the input file. This option is useless if
the crop option (B<-c>) is set.
=item B<-P, --Paper>
Same as the option B<-p>, but for the input file. By default,
I<PDFTool> will try to guess this value from the header of the file,
and fail if the information is missing. This option is useless if the
crop option (B<-c>) is set.
=item B<-b, --border>
Add a margin around each logical page on a sheet. Possible units are B<pt>,
B<in>, B<cm> and B<mm>. The default unit is B<pt>. The default border is
B<1cm> if the crop option (B<-c>) is set, and B<0> otherwise.
=item B<-m, --margin>
Add a margin around the whole page. Possible units are B<pt>, B<in>, B<cm>
and B<mm>. The default unit is B<pt>. The default margin is B<0>.
=item B<-c, --crop>
If this option is set, the PostScript code will interpreted to calculate the
maximal effective bounding box. This operation may take time and be quite
demanding for the CPU.
=item B<--book>
Rearrange pages for printing books or booklets.
=item B<-n, --nup>
Puts multiple logical pages onto each physical sheet of paper. The inner
margin might be same as the outer one (depending on the booklet option
B<-b>), see B<-m> for details.
If I<nup> is less than 10, the option B<->I<nup> may be used as an
alternative.
=item B<-t, --tumble>
By default, B<PDFTool> ensures that your pdf will be printable using the
DuplexNoTumble mode, hence even pages of landscape files are rotated by
180°. This option removes this behavior; also, landscape files are rotated
in order to make it easy to read on the computer.
=item B<--column>
Changes the order to `column-major', where successive pages are placed in
columns down the paper.
=item B<-q, --quiet>
I<PDFTool> normally prints the page numbers of the pages output; this
option suppresses this.
=item B<--help>
Display a brief help.
=item B<--version>
Display the version number of the I<PDFTool> program.
=item B<--man>
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 to print a booklet:
ssh remote pdftool.pl -cpA4 --book -2 -b2cm -m-1cm < in.pdf > out.pdf
=head1 REQUIRE
Requires PSUtils installed and available in the command line
http://www.tardis.ed.ac.uk/~ajcd/psutils/.
=head1 AUTHOR
Public domain, (c) Guilhem Moulin.
=head1 VERSION
Version: 0.3, 27 December 2010
=cut
# TODO: inline it in the header
$main::VERSION = "0.3, 27 December 2010";
my $tmpdir = '/tmp';
#
# Options & arguments
#
my $select;
my ($outwidth,$outheight, $inwidth,$inheight);
my ($margin, $border);
my $crop;
my $book;
my $nup = 1;
my $column;
my $quiet;
my $man;
my $tumble;
my $landscape;
GetOptions( "select|s=s" => \$select,
"w|width=s" => \$outwidth,
"h|height=s" => \$outheight,
"p|paper=s" => sub { &papersize ($_[1],\$outwidth,\$outheight) },
"W|Width=s" => \$inwidth,
"H|Height=s" => \$inheight,
"P|Paper=s" => sub { &papersize ($_[1],\$inwidth,\$inheight) },
"margin|m=s" => \$margin,
"border|b=s" => \$border,
"crop|c" => \$crop,
"book" => \$book,
"nup|n=i" => \$nup,
"t|tumble" => \$tumble,
"1" => sub { $nup = 1 },
"2" => sub { $nup = 2 },
"3" => sub { $nup = 3 },
"4" => sub { $nup = 4 },
"5" => sub { $nup = 5 },
"6" => sub { $nup = 6 },
"7" => sub { $nup = 7 },
"8" => sub { $nup = 8 },
"9" => sub { $nup = 9 },
"column" => \$column,
"q|quiet" => \$quiet,
"man" => \$man )
or pod2usage(2);
pod2usage(2) if ($#ARGV > 1);
pod2usage(-exitstatus => 0, -verbose => 2) if defined $man;
# Input and output files
my ($infile, $outfile) = @ARGV;
#
# Default values
#
# Default margin & border
$margin = 0 unless defined $margin;
unless (defined $border) {
if (defined $crop) {
$border = '1cm';
} else {
$border = 0;
}
}
# Default output papersize
&papersize ("a4", \$outwidth, \$outheight)
unless (defined $outwidth and defined $outheight);
# Default unit: PostScript point
map {&topoints ($_)} ( \$outwidth, \$outheight,
\$inwidth, \$inheight,
\$margin, \$border );
die "Margins are too big" if $outwidth <= $margin*2 or $outheight <= $margin*2;
# Open input and output files
my $infile_display;
if (defined $infile && $infile ne "-") {
open FIN, '<', "$infile" or die "Can't read `$infile': $!";
$infile_display = $infile;
} else {
undef $infile;
*FIN = *STDIN;
$infile_display = "(stdin)";
}
# After the pipe, it won't be detected as seekable
my $inseek = (seek FIN, 0, 1) ? 1 : undef;
if (defined $outfile && $outfile ne "-") {
open FOUT, '>', "$outfile" or die "Can't create `$outfile': $!";
} else {
*FOUT = *STDOUT;
}
*LOG = *STDERR;
#
# Detect filetype
#
# To avoid to seek into FIN, it gonna be copied from WRITE to READ in
# background, once the filetype has been read
# TODO: read specification to detect filetype properly
my $filetype;
pipe *READ, *WRITE or die "Can't pipe: $!";
while (not (defined $filetype) && defined (my $l = <FIN>)) {
print WRITE $l or die "Can't close: $!";
if (defined $l && $l =~ /^%!PS/) {
$filetype = "PS";
} elsif (defined $l && $l =~ /^%PDF/) {
$filetype = "PDF";
}
}
die "Cannot recognise FileType" unless defined $filetype;
unless (my $pid = fork) {
# Child: cat FIN > WRITE in background
die "Can't fork: $!" unless defined $pid;
close READ or die "Can't close: $!";
while (<FIN>) {
print WRITE or die "Can't print: $!";
}
exit;
}
# Parent
close WRITE or die "Can't close: $!";
close FIN or die "Can't close: $!";
open *FIN, "<&READ" or die "Can't dup: $!";
# Auxiliary files, to remove
my @auxfiles;
# Pids, to waid for
my @pids;
#
# Conversion from PDF to PS, if necessary
#
my @cmd;
if ($filetype eq "PDF") {
unless (defined $infile && $inseek) {
# Need to copy the whole input to an auxiliary file, since
# conversion from PDF to PS requires random access to the data
$infile = "$tmpdir/pdftool-stdin-$$" . lc ".$filetype";
open FINAUX, '>', "$infile"
or die "Can't write into `$infile': $!";
push @auxfiles, "$infile";
# cat > $infile
while (<FIN>) {
print FINAUX or die "Can't print: $!";
}
close FINAUX;
}
my ($first, $last);
if (defined $select) {
# Convert to PS only the pages we are interested in
($first, $last) = (1<<16,-(1<<16));
for (split / *, */, $select) {
my ($rmin, $rmax) = split (/ *- */, $_);
undef $first if defined $rmin && not $rmin;
undef $last if defined $rmax && not $rmax;
if (defined $rmin && $rmin) {
$first = $rmin if defined $first && $rmin < $first;
$last = $rmin if defined $last && $rmin > $last;
}
if (defined $rmax && $rmax) {
$first = $rmax if defined $first && $rmax < $first;
$last = $rmax if defined $last && $rmax > $last;
}
}
# Calculate the new page range
my @newselect;
for (split / *, */, $select) {
my ($rmin, $rmax) = split / *- */, $_;
$rmin -= $first-1 if defined $first && defined $rmin && $rmin;
$rmax -= $first-1 if defined $first && defined $rmax && $rmax;
my $r = "";
$r .= $rmin if defined $rmin;
$r .= "-";
$r .= $rmax if
|