| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| README.txt | 2011-07-23 | 1.8 kB | |
| pdfcropobrez-1.0.0-src.zip | 2011-07-23 | 465.5 kB | |
| pdfcropobrez-1.0.0-bin-win32.zip | 2011-07-23 | 2.6 MB | |
| pdfcropobrez-1.0.0-bin-unix.zip | 2011-07-23 | 2.3 MB | |
| Totals: 4 Items | 5.4 MB | 0 | |
== pfdcropobrez ==
PDFCROPOBREZ is a tool which converts pdf file into a cropped pdf file
and splits it into two parts to be optimized for mobile devices.
Copyright (C) 2011 Oberon
== System requirements ==
- Java Runtime Environment(JRE-6 Update 23)
To run this application you will need a version of the Java Runtime Environment 1.6 (Update 23) or higher.
You can download it at http://www.java.com/en/download/
== Installation ==
Download latest platform specific pdfcropobrez ZIP file from
http://sourceforge.net/projects/pdfcropobrez/
and extract the content in a directory of your choice.
== Usage ==
- bin folder contains executable files for Windows and Unix(Linux) platforms.
- Windows CMD Example:
c:/temp/pdfcropobrez-1.x.x/bin/pdfcropobrez.bat -in input.pdf -out output.pdf
--top 30 --bottom 30 --left 20 --right 20
- Unix SHELL Example:
user@host:/opt/pdfcropobrez/bin$./pdfcropobrez --inputfile input.pdf --outputfile output.pdf
-t 20 -b 20 -l 40 -r 40 --croponly
== Uninstalling pdfcropobrez ==
- Remove pdfcropobrez-1.x.x directory from disk
== License ==
Copyright (C) <2011> <Oberon>
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
For licensing information, see pdfcropobrez-LICENSE.txt
== third-party software components ==
For information about third-party libraries and contributions, see NOTICE.txt.
== TROUBLESHOOTING ==
1. If any argument value contains space symbols,
use double quotes to surround the argument value
Example: pdfcropobrez -in "C:\directory with spaces\input.pdf"