equwal / briss2

Fork of Briss (http://briss.sourceforge.net/), an application for cropping PDF files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

briss2

PDF Cropper and Rearranger

Home page
http://danmbox.github.com/briss2
Downloads
github
Author
Gerhard Aigner; Dan A. Muresan (danmbox at gmail dot com)

DESCRIPTION

briss2 (a fork of the original Briss project) can convert two-column layouts to single-column, trim excessive margins divide portrait documents into multiple landscape strips and more. See the briss2 announcement.

DEPENDENCIES

  • Java 6
  • maven
  • itext, jpedal and Java Advanced Imaging API (pulled by maven during build)

INSTALLING

Download with git; there is no installation script.

git clone git://github.com/danmbox/briss2.git

Build with:

mvn package assembly:single

then unpack the zip from target/ to the installation directory

RUNNING

java -jar /path/to/briss-*.jar --help

See also README-briss.txt

COPYRIGHT

  • Copyright 2010 Gerhard Aigner; Copyright 2014 Dan A. Muresan
  • License: GPL v3.0

About

Fork of Briss (http://briss.sourceforge.net/), an application for cropping PDF files

License:GNU General Public License v3.0


Languages

Language:Java 98.6%Language:HTML 1.4%