Skip to content

Commit

Permalink
Updated current status of project
Browse files Browse the repository at this point in the history
  • Loading branch information
mbaeuerle committed Mar 8, 2016
1 parent 2126f69 commit bc3a5fe
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,16 @@ Briss 2.0 is intended to be a GUI Update for the Briss PDF cropping tool.

Briss 2.0 is based on Briss 0.9 which is located at sourceforge: http://sourceforge.net/projects/briss/

### Things that are done by now
- Small refinements on gui which improve the workflow
- Better file chooser than provided by swing


## Build instructions

* To build the project you need two additional libraries, put them in the "lib" sub directory:
* itext from http://itextpdf.com/ (current version is itextpdf-5.5.4.jar)
* jpedal from http://www.jpedal.org/. jpedal was updated to javaFX. This version no longer works with Swing. Get a working jar from the Briss 0.9 release (jpedal-4.74b27.jar)

* Eclipse is used for development, just import as "Existing Project into Workspace"

# Briss 0.9 Notes

Expand Down Expand Up @@ -85,4 +87,4 @@ the second line will create the cropped pdf into dogeatdog_cropped.pdf
## Problems
* If you want to crop really big files it might be necessary to start briss with
an additional parameter: "-Xms128m -Xmx1024m" (complete call would look like:
"java -Xms128m -Xmx1024m -jar briss-0.9.jar")
"java -Xms128m -Xmx1024m -jar briss-0.9.jar")

0 comments on commit bc3a5fe

Please sign in to comment.