javaweb-applicationspdf-generationaixprincexml

Using princexml tool from application server on AIX


Java based Web application I'm working on is deployed on IBM Websphere (WAS 8.5) running on AIX server. Wep app is dependent on using PrinceXML tool for generating PDFs out of html and css. Prince does not have AIX binaries.

Any suggestions to workaround this?


Solution

  • In case anyone is interested :

    We went with a java based tool called PDFreactor. It runs on JVM so meets our requirement to deploy on AIX.

    CSS support is comparable to PrinceXML tool.