How can we use quick chart to populate a dynamic chart in salesforce PDF template?
Hi @Nitin,
Yes, QuickChart images can be embedded in a Salesforce PDF template. Have a look at the Visualforce PDF guide in our documentation.
In general, the steps you’d follow are:
-
Create your desired chart using QuickChart’s Chart Builder or API.
-
Get the URL of the rendered chart image by following the instructions provided in the documentation.
-
Insert the URL as an image in your Salesforce PDF template.