Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README | 2011-01-06 | 2.9 kB | |
pdf-transformer-0.1.0-bin.zip | 2011-01-06 | 4.2 MB | |
pdf-transformer-0.1.0-bin.tar.gz | 2011-01-06 | 4.2 MB | |
Totals: 3 Items | 8.4 MB | 0 |
Pdf Transformer by Hunger Copyright (C) 2011 Hunger v0.1.0 - 06 January 2011 http://pdf-transformer.sourceforge.net ---------------------------------------------- Installation Instructions: ---------------------------------------------- 1. You need Java Runtime Environment 1.6 or later. You can download it from http://www.oracle.com/technetwork/java/javase/downloads/index.html 2. Download installation archive from https://sourceforge.net/projects/pdf-transformer/files pdf-transformer.tar.gz for any Unix-based Operating System or pdf-transformer.zip for Windows 3. Extract archive to any folder 4. Run run.bat file on Windows or run.sh on any Unix-based Operating System ---------------------------------------------- Using Pdf Transormer: ---------------------------------------------- Pdf Transformer is command line application. So, all manipulations with it, must be performed from a console. 1. Extract all files from archive distribution to any folder 2. Go to the folder, using console 3. Run application using file run.bat on Windows or run.sh under any Unix-based Operating System with arguments Examples: run.bat -l 50 -r 100 -t 80 -b 90 my_file.pdf - will generate my_file-out.pdf file with content from my_file.pdf and cropped space: 50 from left side, 100 from right side 80 from top of pages and 90 from bottom. run.bat -m -i my_file.pdf will generate file with same content, except bookmarks and document information, like: Author, Title, Keywords, etc Make sure, input filename contains not only file name, but absolute or relative file path. Or you can put input file to the same folder, where run.bat file is located type run.bat --help for full description of usage. ---------------------------------------------- Latest Changes\ Update Log: ---------------------------------------------- 06/01/2011 - First release ---------------------------------------------- Problems or Bugs: ---------------------------------------------- If you encounter problems or found bugs, please visit application's bugtracker: https://sourceforge.net/tracker/?atid=1624524&group_id=391223&func=browse or try download the latest version to see if the issue has been resolved. ---------------------------------------------- Licence Agreement: ---------------------------------------------- Copyright 2010 Hunger Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.