Skip to content

cfcurtis/pdfstitcher

Repository files navigation

PDFStitcher

PDFSticher is a utility for stitching together many PDF pages from one document into a single page. This is also called "N-Up" or page imposition. This program was created in order to convert sewing patterns into a convenient format for projecting, though it could be used to stitch together any PDF.

Since version 0.4, it is also possible to select layers for inclusion/exclusion in the final output. Additionally, line properties can be modified for each layer if the input PDF is compatible.

For up-to-date information, also check out https://www.pdfstitcher.org.

Download the latest release

Translations:

Translation status

PDFStitcher will detect system language settings and change localisation if supported.

Previous versions can be found by clicking on the "releases" link to the right.

Want to contribute a translation? PDFStitcher is now on weblate!.

Features

  • Stitch together pages in any order with specified number of rows/columns
  • Rotate pages for stitching
  • Add a margin around the final output
  • Trim or overlap the edges of each page by a specified amount
  • Add blank pages by including zeros in the page list (e.g. 1-5,0,6-10)
  • Layers are automatically preserved if present in the source document
  • Exclude layers (either deactivate or remove)
  • Modify line properties (colour, thickness, style (solid, dashed, dotted))

Development Installation

Most people probably want to just use the executable links above. However, to edit the code, clone this repo and install in editable mode using the command:

$ pip install -e ".[dev]"

Help!

Found a bug, or have an idea for a great new feature? Check out the Issues tab to see if it's an open issue, or submit a new one if it's not on the list.

About

Code repository for PDFStitcher, a utility to stitch together and modify line properties of PDF sewing patterns.

Topics

Resources

License

Stars

Watchers

Forks