This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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; |
NewerOlder