|
Print component is used to render the fo documents into PDF documents or to print them directly to the defined printers. It also provides elements that list the printers defined in the computer that the web application is hosted.
You can use its process based element "FopProcess" in Process Forms to render documents dynamically with the provided data in XML format.
"FopProcess" element of the Print component utilizes the Apache's Formatting Objects Processor to render the fo documents into PDF documents or to print them directly to the defined printers.
|