Skip to content

Instantly share code, notes, and snippets.

@mariuswatz
mariuswatz / SlidesToPDF02.pde
Created September 8, 2013 07:18
Load all images from folder, export them as paged PDF. I use it to compile lecture slideshows, specifically to deal with the InDesign's refusal to import its own exported JPEGs.
// SlidesToPDF02 - Marius Watz, 2013
// http://workshop.evolutionzone.com
//
// Imports all images from given folder, exports them as paged PDF
import processing.pdf.*;
String files[];
int cnt;