pdfjam

CTP Workflow

Rudiments of a newspaper CTP workflow to n-up pages for plate production

  • Overlay Editorial and Advertising components of a page:

    pdftk editorial.pdf stamp ad.pdf output complete_page.pdf
  • 2-up broadsheet pages
    --noautoscale true prevents scaling the source PDFs if the output size is bigger/smaller.

    pdfjam --nup 2x1 --suffix 2up --papersize '{23in,22.5in}' \
    --noautoscale true --outfile ./2-up_page.pdf \
    righthand_odd_page.pdf lefthand_even_page.pdf

    Offset them a bit to move them off the top of the page:

    pdfjam --noautoscale true --nup 2x1 \

Subscribe to RSS - pdfjam

Recent Updates

  • 1 year 12 months ago
  • 1 year 12 months ago
  • 1 year 12 months ago
    php 8.x
  • 1 year 12 months ago
    10.6.7
  • 2 years 1 day ago
    Drop Centos 5/6 stuff