Activity › Forums › Salesforce® Discussions › Is it possible to create a PDF from a report in salesforce?
Tagged: PDF, renderAs, Report, Salesforce Visualforce Page
-
Is it possible to create a PDF from a report in salesforce?
Posted by Satyakam on April 29, 2016 at 11:30 AMIs it possible to create a PDF from a report in salesforce?
shariq replied 7 years, 7 months ago 5 Members · 4 Replies -
4 Replies
-
No creating a pdf from report is not possible as of right now. Maybe you can do is to create a VF page, embed the standard report in your page and use the renderAs=”pdf” attribute to achieve this.
- [adinserter block='9']
-
you can create only excel and csv file from report.
-
Hi satyakam,
It won’t be possible using salesforce native report functionality.You can only export as CSV or Xls.There is a custom workaround, you can check this out:
http://salesforcesource.blogspot.com.br/2009/04/how-to-create-word-pdf-or-excel-files.htmlThanks
-
Hi,
You can export file as csv and excel, for pdf you can go for third party.
Hope this helps.
Log In to reply.