The ADF face component: exportCollectionActionListener doesn't support the type of exporting PDF format, only supporting "excelHTML".
<af:exportCollectionActionListener type="excelHTML" exportedId="t1"/>
I have to program the logic to export PDF by ourselves, what ways we can use to deal with it?
1. Apache FOP + Oracle XML Developers Kit
Below are some useful links, but not sure if it is feasible. I also need to create actual file to send it out as email attachment.
[https://community.oracle.com/thread/2219062 | /thread/2219062]
<a title="http://technology.amis.nl/2006/05/07/generating-pdfs-from-adf-business-components-view-object-datasets-using-xsql/" href="http://technology.amis.nl/2006/05/07/generating-pdfs-from-adf-business-components-view-object-datasets-using-xsql/" data-mce-href="http://technology.amis.nl/2006/05/07/generating-pdfs-from-adf-business-components-view-object-datasets-using-xsql/">http://technology.amis.nl/2006/05/07/generating-pdfs-from-adf-business-components-view-object-datasets-using-xsql/</a>
<a class="jive_macro jive_macro_thread" title="How to: XDK10 and FOP 20.5 - this works" href="javascript:;" data-mce-href="javascript:;" ___default_attr="215304" jivemacro="thread" data-orig-content="How to: XDK10 and FOP 20.5 - this works">How to: XDK10 and FOP 20.5 - this works</a>
2. Jasper report
Below are some useful links, but not sure if it is feasible.I also need to create actual file to send it out as email attachment.
[Creating a Report with JasperReports • The Register | http://www.theregister.co.uk/2006/10/24/jasperreports_tutorial/]