Experiences With Open Source

Linux, Android, Python…

  • About

Tag: manipulate

Pdftk, Pdfunite PDF console application

By admimin
December 4, 2020December 4, 2020LinuxLeave a Comment on Pdftk, Pdfunite PDF console application
Pdftk, Pdfunite PDF console application

It is interesting that we can manipulate pdf file, especially pdf with many pages. Let’s say I want to extract certain page of it or combine two pdf files. So, here are the list of commands that I used to use in my daily job. #pdftk original.pdf cat 1 3 20-35 50 output final.pdf It […]

Continue Reading

Archives

Categories

  • Android (5)
  • Articles (6)
  • Blogwalking (1)
  • Iseng (7)
  • Linux (452)
  • Programming (20)
  • Python (6)
  • ReactJs (1)
  • Slackware (1)
  • Thoughts (3)
  • Windows (13)
  • Wordpress (8)
© Copyright 2021 Experiences With Open Source. Powered by WordPress.