Application: jPDF Tweak
Category: Utilities
Description: jPDF Tweak is a Java Swing application that can combine, split, rotate, reorder, watermark, encrypt, sign, and otherwise tweak PDF files.
You can use it to make printable booklets from your PDFs, to add PDF bookmarks, effects (page transitions), to combine multiple PDF files, to watermark them, to rotate pages that do not fit, to attach files to your PDF, to encrypt and sign your PDFs, to change metadata (like author or keywords), and much more.
Download jPDF Tweak Portable 1.1 Development Test 2 [7.01MB download / 7.65MB installed](MD5: a331628e1a54b2b0086fc12a1f050197)
Release Notes:
Development Test 2 (2012-01-24):
- Compressed with AppCompactor
- Updated help.html with pertinent information
- Changed license.txt to LAuncherLicense.txt
- Fixed appinfo to show correct DisplayVersion & PackageVersion
Development Test 1 (2012-01-24):
- Initial release
See release notes for details.
Note that I don't have language switching handled, as I'm not sure if it's possible. Maybe LANG?
The batch file works fine for me on a computer with java installed, and here's a slight mod for those with java installed as a portable app:
@ECHO OFF
start "close me" "..\CommonFiles\Java\bin\javaw.exe" -jar "jpdftweak.jar" %*
--------------
Or you could use the PA "java launcher" instead.
--------------
Note that if you run into memory issues you can increase RAM usage with:
-Xmx256M
and/or select the option to use temp files.
Here's why: https://portableapps.com/about/what_is_a_portable_app#whypaf