function readOnly(count){ }
Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
How I can generate pdf from visualforce?
Best
Krish
You just need to do this :
<apex:page renderAs="PDF" standardController="Account"> </page>
Now when you run this your visualforce page will render as pdf.
For more info to format your pdf, see this :
http://forceguru.blogspot.com/2010/12/header-footer-in-pdf.html
Thanks Ankit_Arora,
I have some questions related to this, will pull them over here soon. Please help me to sort out things.
Sure Krish, would love to help you out.
You just need to do this :
Now when you run this your visualforce page will render as pdf.
For more info to format your pdf, see this :
http://forceguru.blogspot.com/2010/12/header-footer-in-pdf.html
All Answers
You just need to do this :
Now when you run this your visualforce page will render as pdf.
For more info to format your pdf, see this :
http://forceguru.blogspot.com/2010/12/header-footer-in-pdf.html
Thanks Ankit_Arora,
I have some questions related to this, will pull them over here soon. Please help me to sort out things.
Best
Krish
Sure Krish, would love to help you out.