Skip to content

Instantly share code, notes, and snippets.

@mattdeboard
Created August 18, 2012 23:55
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 mattdeboard/3390408 to your computer and use it in GitHub Desktop.
Save mattdeboard/3390408 to your computer and use it in GitHub Desktop.
(ns clj-itext.barcode
(:use [clojure.java.shell :only [sh]]
clj-itext.configparse
clj-itext.core
clj-itext.utils
clojure.java.io)
(:import [com.itextpdf.text BaseColor Document]
[com.itextpdf.text.pdf Barcode128 PdfCopy PdfDocument PdfReader PdfStamper
PdfWriter]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment