Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
tutorials:linux-cli-mergepdf [2023/10/08 19:39] – [Rotate PDF] Zyzonixtutorials:linux-cli-mergepdf [2024/10/01 18:32] (current) – [Rotate PDF] Zyzonix
Line 32: Line 32:
  
 By replacing e.g. ''1east'' with other cardinal directions, it is also possible to change a page by 180°. By replacing e.g. ''1east'' with other cardinal directions, it is also possible to change a page by 180°.
 +
 +==== Delete page from PDF ====
 +
 +It is also easy to delete the last page from a PDF via CLI. Therefore also install ''pdftk'' from the upper section.
 +
 +→ Then use this command to delete the **last** page:
 +<code bash>pdftk <inputfile-1> cat 1-r2 output <final-file></code>
 +
  
  • tutorials/linux-cli-mergepdf.1696786780.txt.gz
  • Last modified: 2023/10/08 19:39
  • by Zyzonix