You need to sign in to do that
Don't have an account?
Amita Tatar
create pdf of standard detail page
Hi ,
I want to generate a pdf of standard detail page for order object. How to do it? Please help
Thanks,
Amita
I want to generate a pdf of standard detail page for order object. How to do it? Please help
Thanks,
Amita
You need to add a button on the detail page. From that button you need to pass id of that record and then query that record in your custom controller.
On that button click you need to open your custom page.
Mark it as solution if it helps you out.
Thanks
Naresh
This is my Apex class
VF Page
Please check. The format of pdf is not rendered correctly
You cannot use input field or input in the PDF.
You can only show the output of that record. And you need to style your PDF by adding custom CSS in the PDF page.
Yes, i have done that change. Thank you. I will apply the Style .
Thanks
Naresh