Formatting changes

This commit is contained in:
Kenneth John Odle 2021-09-08 20:28:35 -04:00
parent f0264c1b50
commit ca600a5a14

View File

@ -27,6 +27,7 @@ $ pdftk input.pdf dump_data metadata.txt
2) Edit the metadata (Geany appears to work), adding: 2) Edit the metadata (Geany appears to work), adding:
```
InfoBegin InfoBegin
InfoKey: Author InfoKey: Author
InfoValue: Kenneth John Odle 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: 001.pdf should now be in the order:
1 2 3 4 5 6 7 8 9 10 1 2 3 4 5 6 7 8 9 10
See the sample files included in this repo.