/letter_legal_separator

Sort a PDF document containing mixed letter and legal pages into two separate piles - one for letter, one for legal.

Primary LanguageRuby

Letter Legal Page Separator

Sort a PDF document containing mixed letter and legal pages into two separate piles - one for letter, one for legal.

Just drop your file in and click "Separate my PDF". We never keep your file.

Getting Started

You will need Ruby, Yarn (Javascript package manager), and Node (Javascript runtime) installed on your computer.

  1. bundle install
  2. yarn install
  3. bundle exec rake db:setup
  4. bundle exec rspec