开发者

How can I programatically render Google Charts API images into a PDF file?

开发者 https://www.devze.com 2023-01-21 21:46 出处:网络
I\'m rendering charts on my website using the Google Charts API and I want to exp开发者_JAVA百科ort these into a report for the users, most likely a PDF file. What methods are available to do this pro

I'm rendering charts on my website using the Google Charts API and I want to exp开发者_JAVA百科ort these into a report for the users, most likely a PDF file. What methods are available to do this programmatically into a PDF file?

How can I programatically render Google Charts API images into a PDF file?

How can I programatically render Google Charts API images into a PDF file?


Consider using iTextSharp. It's a free, open-source tool for programmatically generating PDFs from .NET applications.

I recently wrote an article on how to use iTextSharp to export charts generated by the Microsoft Chart Controls to a PDF: Using Microsoft's Chart Controls In An ASP.NET Application: Exporting Charts.

0

精彩评论

暂无评论...
验证码 换一张
取 消