Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table of Contents
outlinetrue
stylenone

Java

The Sun JDK is required for the Crystal Reports interface. Download and install from Oracle .

PDF Generator

  • Download the appropriate static binary from http://wkhtmltopdf.org/

  • If using a .tar file. Extract and place in /usr/bin/

  • If using a .rpm file, upload the file to the server and run something like:

    Code Block
    languagebash
    yum localinstall wkhtmltox-0.12.1_linux-centos6-amd64.rpm
    


  • Create a symlink in /usr/bin to the executable:

  • Update the file permissions

    Code Block
    languagebash
    chmod 755 on the new file
    


  • run a test from the application and check the log for errors

    • Installing the wrong version will cause it to throw errors

    • selinux may stop the execution

  • Update the PCR-360 Configuration to specify the path to the converter.

    Code Block
    languagejava
    // this is the default path - only change this if it is different
    constants.PDF_CONVERTER_PATH = "/usr/bin/wkhtmltopdf-amd64"
    


...

Code Block
languagebash
rpm -Uvh http://elders.princeton.edu/data/puias/6/x86_64/os/Addons/aspell-en-6.0-11.el6.x86_64.rpm
Child pages (Children Display)
styleh6
sorttitle