diff options
-rwxr-xr-x | pdftool.pl | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,13 +57,13 @@ file name, B<PDFTool> sends the data to the standard output. By default, B<PDFTool> outputs a PDF document; Use B<--ps> to get a PostScript instead. -If more than n>2 files are passed to B<PDFTool>, the n-1 first will be +If n>2 files are passed to B<PDFTool>, the n-1 first will be processed (using the set of options given immediately before each argument) and then merged. A global set of options can be passed after the -last input file: they will be applied to all the inputs, (but the local -options take precedence). +last input file: they will be applied to all the inputs (the local +taking precedence, in case of clashes). NOTE: The options B<-p>, B<-w>, B<-h>, B<--auto-rotate> and B<--ps> -refer to the output file only, and should only be set once. +refer to the output file only, and should be set only once. B<PDFTool> does the following passes on the input documents: |