HELP!

How do I generate a PDF report with data and results from my application?

A common requirement is for the output from a knowledge-base to be generated as a report document (e.g. PDF document) that contains the output of the runtime session data (Decisions, Calculations, etc) together with the input data on which this output is based.

This can be achieved in main two steps; Building a data String of all the session data and then passing (POST data) this to an external PDF Generator Web Service.

On This Page