Skip to content

Instantly share code, notes, and snippets.

/note

Created May 16, 2016 10:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/816e017356c1ad4ce6a303c70079d910 to your computer and use it in GitHub Desktop.
Save anonymous/816e017356c1ad4ce6a303c70079d910 to your computer and use it in GitHub Desktop.
(try
(let [tagged-image (pdf-to-image base-name page-num page-pdf)]
(write-image tagged-image))
(catch Exception e
(println (format "error processing: %s page %d" base-name page-num))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment