pdftk

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 \

Pdftk Examples

Usage examples for Pdftk

Split PDF into multiple files:

pdftk original.pdf burst

Rename the individual pages:

pdftk original.pdf burst output  page_%02d.pdf

Technology:

PDF Toolkit

Pdftk is a simple tool for doing everyday things with PDF documents. Keep one in the top drawer of your desktop and use it to:

  • Merge PDF Documents
  • Split PDF Pages into a New Document
  • Rotate PDF Pages or Documents
  • Decrypt Input as Necessary (Password Required)
  • Encrypt Output as Desired
  • Fill PDF Forms with FDF Data or XFDF Data and/or Flatten Forms
  • Apply a Background Watermark or a Foreground Stamp
  • Report on PDF Metrics such as Metadata, Bookmarks, and Page Labels
  • Update PDF Metadata
  • Attach Files to PDF Pages or the PDF Document
  • Unpack PDF Attachments
  • Burst a PDF Document into Single Pages
  • Uncompress and Re-Compress Page Streams
  • Repair Corrupted PDF (Where Possible)

Requirements
GCJ

Installation

cd /extra/src

Technology:

Subscribe to RSS - pdftk

Recent Updates

  • 2 years 2 days ago
  • 2 years 2 days ago
  • 2 years 4 days ago
    php 8.x
  • 2 years 6 days ago
    10.6.7
  • 2 years 1 week ago
    Drop Centos 5/6 stuff