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

Generating the Pdf using Lightning Components
Hi All,
I am trying to create the pdf form for using Quote/any object details in salesforce.for this i am using lightning components.I am new to the lightning components.can any one provide the lightning material to learn lightning components perfectly.can provide the some sample code to create the lighting components to generate the Pdf for Quote object.
thanks in advance
I am trying to create the pdf form for using Quote/any object details in salesforce.for this i am using lightning components.I am new to the lightning components.can any one provide the lightning material to learn lightning components perfectly.can provide the some sample code to create the lighting components to generate the Pdf for Quote object.
thanks in advance
You cannt generated PDF by using lightning component direcly .. use need to use the visualforce page and call its from the lightning exp ..
There are two methods to show a PDF in Lightning Component.
First, you can create a Visualforce page and embed it in the Lightning component.
Second is, usage of PDF.JS library to directly use lightning component to display the PDF.
refer this links
https://medium.com/@ToAnshulVerma/salesforce-lightning-generate-pdf-from-lightning-components-with-in-memory-data-cd5dffe0fe25
https://salesforce.stackexchange.com/questions/205065/how-to-generate-view-pdf-using-lightning-components/205227
http://www.vermanshul.com/2017/07/lightning-generate-pdf-from-lightning.html
You cannot directly generate PDF as we do in Visual force page using 'renderAs' But instead you can embed the visual force page in lightning component which inturns does the funtionality required.Please refer the below link:
https://salesforce.stackexchange.com/questions/205065/how-to-generate-view-pdf-using-lightning-components/205227
http://www.vermanshul.com/2017/07/lightning-generate-pdf-from-lightning.html
Hope this will be useful.
Thanks
Bhargavi.
https://success.salesforce.com/ideaView?id=0873A000000U3GIQA0
You can try below code for PDF generation (https://salesforcecodex.com/salesforce/send-email-template-as-pdf-attachment-using-salesforce-apex/)
Thank You,
Dhanik