Printing out a report in Apex
ProhanMay 22 2008 — edited Jul 18 2008I am building an Apex application that requires that a letter be sent to clients. The data in this letter will consist of a combination of boilerplate text merged with data from the database. Can somebody tell me how to do this in APEX?
I have been told that there may be a PL/SQL package that allows one to create a PDF document that can be displayed on the browser and then printed. If this is true, can somebody give me the details of where to find it and how to use it?
Or, if there is a better method, please tell me.
Thanks.