Smart JPrint

Trial download
Trial version is here for download (Updated on April-16-2008).

How to run examples?
Unzip the ZIP archive that has everything you need. Unzip it in a local directory and execute the BATCH files (.BAT/.SH) files from a command line. Please DO NOT DOUBLE CLICK on them but run from a command line because they require arguments such as license key, file name and other printing or viewing parameters. To know what parameters the executables require simply execute them from a command line and it will tell you the "Usage" instruction.

License key
This is your license key "A8EC-73AF-64A9-0375". Set this license key at the very beginning of your program (or pass as an argument to the .BAT/.SH executables) using the following statement. Following is an example.

...
public static void main(String[] args) {
  SmartJPrint.setLicenseKey("A8EC-73AF-64A9-0375");
  ...
}

How long this trial license run?
This trial archive never expire but produce a demo string on each output page you view or print. We frequently update this trial version and put the date it is updated. If you think you are using the old one might download the latest one and try again since each upgrade will have new fixes.

Archive content

  • Jar files to use with your product classpath.
  • Batch files (.bat and .sh) in "bin" directory to run demo programs.
  • Example Java programs in "examples" directory.
  • Documents (Javadoc zip file, tutorials, etc.) in "documents" directory.
  • Where do I find JAVA example files?
    Find the .java file for each of the demo in "examples" directory under appropriate packages. SmartJPrint is very easy to use. Most cases you need to copy and paste code segments from the existing example programs.