You need to sign in to do that
Don't have an account?

Display Article Details in VF Page
How to display the article Details in VF Page from Controller.
After this , how can we print all Article Details in the PDF format.
Appreciate for your help.
Hi,
I think you can use directly the standard controller with apex:detail.
See here: http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_detail.htm
For rendering as pdf use renderAs attribute from the apex:page : http://www.salesforce.com/us/developer/docs/pages/Content/pages_compref_page.htm
Ty,
Adrian