pboehm / Cropperly

A sinatra web app that crops your pdf files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cropperly

Small Sinatra that lets you crop your pdf files interactively, with a preview of your current crop settings.

Installation

git clone https://git/url/to/project

You need bundler to issue the following command

bundle install

Than you can run the server through:

ruby app.rb

License

(General Public License)

Copyright (c) 2012 Philipp Böhm

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation in version 3 of the License.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.

About

A sinatra web app that crops your pdf files


Languages

Language:JavaScript 95.0%Language:Ruby 5.0%