Skip to content

Instantly share code, notes, and snippets.

@jashkenas
Created April 24, 2009 18:19
Show Gist options
  • Save jashkenas/101259 to your computer and use it in GitHub Desktop.
Save jashkenas/101259 to your computer and use it in GitHub Desktop.
load_library 'pdf'
import 'processing.pdf'
def setup
begin_record PDF, "/path/to/file.pdf"
end
def draw
# Insert code here.
end
end mouse_pressed
end_record
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment