Browse Source

Formatting changes

main
Kenneth John Odle 3 years ago
parent
commit
ca600a5a14
  1. 3
      pdftk basic usage.md

3
pdftk basic usage.md

@ -27,6 +27,7 @@ $ pdftk input.pdf dump_data metadata.txt
2) Edit the metadata (Geany appears to work), adding:
```
InfoBegin
InfoKey: Author
InfoValue: Kenneth John Odle
@ -59,3 +60,5 @@ $ pdftk A=001a.pdf B=001b.pdf shuffle A1-5 B5-1 output 001.pdf
001.pdf should now be in the order:
1 2 3 4 5 6 7 8 9 10
See the sample files included in this repo.
Loading…
Cancel
Save