简体   繁体   中英

how to export text in specific asp.net control like textbox,label etc, chart control image and datagrid to powerpoint using c#

i want to export a text in selected textbox or label and image and gridview in aspx page to powerpoint using c#. I should be able to export some text along with a image and gridview to powerpoint slide. pls tell me the approach to do it.

Maybe you can use this javascript library: http://html2canvas.hertzen.com

With that library capture an snapshot of the page, upload via ajax to the server and create the powerpoint file with some library like Npoi( http://npoi.codeplex.com/ ).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM