diff options
author | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-23 17:46:24 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem.moulin@ens-lyon.org> | 2012-01-23 17:46:24 +0100 |
commit | 5b15f24acb1860e22a75d4aaf8ccdcf192d6f876 (patch) | |
tree | fc0e711f32c2b21bf807268f48224265224ad227 | |
parent | 61e1c7036fd9b2e81a2caab7e09b5d8f938e4748 (diff) |
typo
-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: |