Date Name Downloads
Nov 2, 2011 Version 1.1 2659
Aug 19, 2011 Version 1.0d 543
Version 1.1
Version 1.1
Nov 2, 2011
GNU GPL3
2659

-  Added the support for internal design file resources. By this you can put the PDF templates inside the NSF 
and use them as code level instead of accessing them using HTTP (?OpenFileResource)
These internal file resources are located in the Java source folder (Java Perspective).
This is better and more secure way to access the template files.
Note! I'm still looking for a way to access the "real" File Resources at code level (Resources ==>  Files).
See documentation for details.

- Dynamic data support. From this version you are able to read the content from open xpages page fields and put them in to the PDF document.
In addition the controller supports also eval javascript syntax to execute fully dynamic javascript code on the fly (e.g. read a value from sessionScope variable or use @formulas ...).

- Better error catching, added more try-catch blocks and print statements.
- In case of an exception, instead of trying to open an empty (non existing) PDF file, control sends an error 500 code to browser.