From fc2d78439f2d19c6eb37a1cca6fda7d211f0a0c9 Mon Sep 17 00:00:00 2001 From: Asocia Date: Wed, 19 May 2021 15:49:39 +0300 Subject: [PATCH] TIL: Splitting pdf files --- command_line_utils/splitting-pdf-files.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 command_line_utils/splitting-pdf-files.md 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.