Integration quick charts into the salesforce

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:

  1. Create your desired chart using QuickChart’s Chart Builder or API.

  2. Get the URL of the rendered chart image by following the instructions provided in the documentation.

  3. Insert the URL as an image in your Salesforce PDF template.