diff --git a/command_line_utils/splitting-pdf-files.md b/command_line_utils/splitting-pdf-files.md new file mode 100644 index 0000000..22277a2 --- /dev/null +++ b/command_line_utils/splitting-pdf-files.md @@ -0,0 +1,7 @@ +You can extract certain parts of a pdf file with this: + +``` +pdfjam original.pdf 5-10 -o out.pdf +``` + +If `pdfjam` is not installed, you can try doing it with GUI. Search for "Print to file" option.