Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorials:linux-cli-mergepdf [2023/09/12 09:16] – 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  | 
| + | |||
| + | ==== 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. | 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. | ||
| Line 5: | Line 7: | ||
| **1st. option:** | **1st. option:** | ||
| Therefore install the package '' | Therefore install the package '' | ||
| - | <code bash> | + | <code bash> | 
| - | The use '' | + | Then use '' | 
| <code bash> | <code bash> | ||
| Line 18: | Line 20: | ||
| //Paritally sourced from [[https:// | //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> | ||
| + | |||
| + | |||