Different means to stitch sewing patterns (or any pdf file) delivered in single sheets to a whole plan (file).
- Python (tested with python 2.7.10 Anaconda 64-bit)
- PyPDF2 (tested version 1.25.1, https://pypi.python.org/pypi/PyPDF2/1.25.1 )
install with
pip install PyPDF2
python pdf_stitcher.py input.pdf Pattern.csv output.pdf
With Pattern.csv decribing the placement of the pages (specified with the page
number) in the output-file:
The easiest way to create this file is with a simple text editor.
Stitching is done with no spacing between pages.
