Skip to content

Instantly share code, notes, and snippets.

@tomyam1
Created August 30, 2015 10:48
Show Gist options
  • Save tomyam1/9c232cdb3663c4b3513e to your computer and use it in GitHub Desktop.
Save tomyam1/9c232cdb3663c4b3513e to your computer and use it in GitHub Desktop.
Build and run iText RUPS

How to build and run iText RUPS

svn checkout svn://svn.code.sf.net/p/itextrups/code/tags/rups-5.5.6 itextrups-code
cd itextrups-code
mvn package
java -jar target/itext-rups-5.5.6-jar-with-dependencies.jar

Source: comment by lilalinda on http://sourceforge.net/projects/itextrups/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment