/multisvg2pdf

Take a folder of SVG files to produce a single PDF

multisvg2pdf

Take a folder of SVG files to produce a single PDF.

Essentially a makefile; this project is serving as reminder of said makefile (having recreated it several times) and as an excercise in using git(hub).

Requirements:

  • inkscape - Convert SVG to PDF. Also excellent for creating SVGs in the first place.
  • pdftk - Combining PDFs.
  • make - Put it all together.

Instructions

  1. Create 1 SVG per page, named such that their sorted names match their intended order in the document.
  2. run make. If your have many pages, use parallel make.
  3. Profit!

Notes

Tested on OSX only, but not for very long.