Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
tutorials:linux-cli-mergepdf [2023/09/12 08:45] – created Zyzonix | tutorials:linux-cli-mergepdf [2024/10/01 18:32] (current) – [Rotate PDF] Zyzonix | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ===== Merge PDF on Linux CLI ===== | + | ===== PDF editing on Linux CLI ===== |
+ | |||
+ | ==== Merge PDF ==== | ||
+ | |||
+ | You can easily merge two or more PDF's to one on Linux CLI - private and secure, without having the risk that any suspicious webservices crawls your data. | ||
+ | |||
+ | **1st. option:** | ||
+ | Therefore install the package '' | ||
+ | <code bash> | ||
+ | |||
+ | Then use '' | ||
+ | <code bash> | ||
+ | |||
+ | **2nd. option:** | ||
+ | Otherwise you can use '' | ||
+ | <code bash> | ||
+ | |||
+ | With this command structure: | ||
+ | <code bash> | ||
+ | |||
+ | //Paritally sourced from [[https:// | ||
+ | |||
+ | ==== Rotate PDF ==== | ||
+ | |||
+ | It is also easy to rotate a PDF from CLI. Therefore install '' | ||
+ | |||
+ | → Then use this command to rotate clockwise: | ||
+ | <code bash> | ||
+ | |||
+ | → To rotate anti-clockwise use this command: | ||
+ | <code bash> | ||
+ | |||
+ | By replacing e.g. '' | ||
+ | |||
+ | ==== Delete page from PDF ==== | ||
+ | |||
+ | It is also easy to delete the last page from a PDF via CLI. Therefore also install '' | ||
+ | |||
+ | → Then use this command to delete the **last** page: | ||
+ | <code bash> | ||
+ |