Hi,
We have decided to use Apache FOP and XSL-FO support to save datawindows to PDF in PowerBuilder 12.5 build 2511.
Development was a breeze and I have been able to save our datawindows to PDF. I am now attempting to deploy our application and I am running into issues with the SaveAs command failing.
Our PowerBuilder runtime files are deployed to C:\Program Files\Sybase\Shared\Powerbuilder.
- I have included the fop-0.20.4 directory within this directory.
- I have installed the Java runtime environment to a JRE directory within c:\program files\Sybase\shared\powerbuilder
- I have configured the PATH environment variable to point to the JRE directory and the JRE\BIN directory
- I have configured the CLASSNAME environment variable to point to the lib and bin directories below fop-0.20.4
- I have verified Java is correctly installed and accessible by opening the command prompt and running the Java -version command. I am running Java 1.8
- I have run the PB Runtime packager and checked all checkboxes and deployed ALL pb runtime files
Can anyone point me to a guide or provide any suggestions on what I may be missing or how to somehow debug to identify why SaveAs is not working?
Thanks in advance,
Karen