The 'src' folder contains the demo code.

The root folder contains two "demo launchers":

*	DemoBatch - Launches the demo classes sequentially in a batch mode.
	Saves all generated documents in the 'generated' folder.

*	DemoGUI - Allows selecting and launching demos from a GUI form.

To launch the demo you should run DemoBatch.main() or DemoGUI.main(). Users of IntelliJ IDEA can
use preconfigured Run Configurations for convenience.

If you don't want to build and launch the demo, just review the demo classes in the 'src' folder.

