Advanced Features > The Generic Printing Framework > The Printing Framework

This section discusses the printing framework supplied with the ILOG JViews Framework. This printing framework is designed and implemented to meet the printing needs of ILOG JViews packages but you can also use it to make other printing applications. Based on the Model-View-Controller (MVC) architecture, the printing framework consists of the following features:

We recommend that you use the printing framework in the following way when you want to print multiple pages:

  1. Create and fill an IlvPrintableDocument object by using the document model classes.
  2. Create an IlvPrintingController object for the IlvPrintableDocument object you created. Then you can call its methods to preview and print the IlvPrintableDocument.

This section also provides two examples: