Conversation

Notices

  1. shoutout to adobe for asking me to pay money just to splice some pdfs together, suck a lemon

    Friday, 23-Jun-17 14:37:44 UTC from web
    1. @tiffany I always use pdftk on Linux for that (command line). There is a Windows GUI version but it doesn't have all features, but merging is there. Alternatively there is also the command line Windows version, which has all features. https://www.pdflabs.com/tools/pdftk-server/ https://www.pdflabs.com/tools/pdftk-the-pdf-toolkit/
      using it in command line is simple: pdftk first.pdf second.pdf third.pdf fourth.pdf cat output.pdf
      ("cat" stands for conCATenate)

      Friday, 23-Jun-17 17:00:23 UTC from web