Commit ecfb3a8606e526a468aee46b100c8322957b3d5e
1 parent
3794f8e2
Fix typo in documentation (fixes #572)
Thanks @neuhaus!
Showing
1 changed file
with
3 additions
and
2 deletions
manual/qpdf-manual.xml
| ... | ... | @@ -1698,9 +1698,10 @@ make |
| 1698 | 1698 | </programlisting> |
| 1699 | 1699 | If you wanted to take pages 1–5 from |
| 1700 | 1700 | <filename>file1.pdf</filename> and pages 11–15 from |
| 1701 | - <filename>file2.pdf</filename> in reverse, you would run | |
| 1701 | + <filename>file2.pdf</filename> in reverse, taking document-level | |
| 1702 | + metadata from <filename>file2.pdf</filename>, you would run | |
| 1702 | 1703 | |
| 1703 | - <programlisting><command>qpdf</command> <option>file1.pdf --pages file1.pdf 1-5 . 15-11 -- outfile.pdf</option> | |
| 1704 | + <programlisting><command>qpdf</command> <option>file2.pdf --pages file1.pdf 1-5 . 15-11 -- outfile.pdf</option> | |
| 1704 | 1705 | </programlisting> |
| 1705 | 1706 | If, for some reason, you wanted to take the first page of an |
| 1706 | 1707 | encrypted file called <filename>encrypted.pdf</filename> with | ... | ... |