I have draw google chart. Now, I want to put button to save the chart in pdf format. I do look from here Save google charts as pdf and other questions available in stack but it doesn't work. Print png image by google chart already used but it just open a new tab with the png image but it doesnt open the save as pdf window for user. Do anyone knows any ways to do it? you can use jsPDF to create a PDF use method addImage to add the chart's image uri to the pdf see following working snippet... google.charts.load('current', { packages: ['controls', 'corechart', 'table'] }).then(function () { var