mikhailidim / apex5_fop

1 stars 0 forks source link

Apache FOP Servlet

This servlet has been developed as the replacement for the original Oracle FOP servlet for Apex reports. It could be configured with Oracle Apex 5 Reports and to generate PDF documents from the XML data and XSLT templates. APEX 5 configuration details could be found here

Servlet accepts two parameters as below:

Name Description
xml Data in XML format to be printed.
template XSLT template to generate XSL-FO document

Servlet calls


Special thanks to @RogerPilkey, who has adapted the JSP code to FOP 2.2