Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

How can I easily convert/split/tile every page of an PDF file which is A3/landscape to A4/portrait?

share|improve this question

1 Answer

up vote 3 down vote accepted
  1. Install pdfposter

    sudo apt-get install pdfposter

  2. Use pdfposter

    pdfposter path/to/input.pdf path/to/output_splitted.pdf -m a4 -p 2x1a4

share|improve this answer
Asked and answered, Nice! Welcome to Ask Ubuntu. – Tom Brossman Oct 25 '12 at 21:30

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.