generate pdf from apex salesforce

preview_player
Показать описание
Hello friends, today we are going to discuss Generate PDF from Apex class in Salesforce. In this article, we will first generate a pdf in the apex class with the help of the Visualforce page and then send this pdf as an attachment in the email notification.

Many times we face this type of issue that we need to create a pdf order bill and send this to email, we do confuse that how can we get pdf in apex. Because we all know we can generate CSV files easily in apex.

Check out this for generating CSV: create or generate a csv file in Apex Salesforce

Highlights Points :

Create a pdf by using Visalforce Page (renderas pdf)
Call this Visalforce page from apex class to get pdf
Insert this pdf to salesforce object record related list
Send email with attachment
Рекомендации по теме
Комментарии
Автор

Sir your lwc content is great, it's been very helpful

TechleadConsulting
Автор

Hello sir
Can we use a third party Library to generate pdf in Salesforce because vf page has limitations.Like Html to Pdf

TechleadConsulting
Автор

Hii
Rijwan sir .
can Iget this apex and visualforce code please

bharathkumarreddy