function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Naresh K 12Naresh K 12 

Generating Pdf from on apex tab panel

Hello Team,

I have created visual force page which contains Apex tabs. I will be having all the details in last tab for reveiw purpose, here i want to add button to save the details in pdf format.

Please help me with pseduo code.

Thanks,
Kumar
Nitin SharmaNitin Sharma
use <apex:page renderAs="pdf"> in the first <apex:page> section .
Plz let me know if any other issue.
Thanks,
Nitin