Commit 8ea2f8441dec01f8ca685127c3e61713b397a428

Authored by Jay Berkenbilt
1 parent a101533e

TODO notes

Showing 1 changed file with 4 additions and 1 deletions
... ... @@ -34,7 +34,7 @@ Next
34 34  
35 35 - qpdf command
36 36  
37   - Command line could be something like
  37 + Command line could be something like (but not exactly)
38 38  
39 39 --pages [ --new ] { file [password] numeric-range ... } ... --
40 40  
... ... @@ -52,6 +52,9 @@ Next
52 52 pages 1 through 5. Then we would take pages 11 through 15 from
53 53 file2, copy them to the file, and add them as pages.
54 54  
  55 + (Look at ~/source/examples/perl/numrange.pl for numeric range
  56 + parsing code.)
  57 +
55 58 - document that makeIndirectObject doesn't handle foreign objects
56 59 automatically because copying a foreign object is a big enough
57 60 deal that it should be explicit. However addPages* does handle
... ...