c# - Convert HTML5 chart to PDF -


in project have planned use charts . have gone through various number of resources

https://google-developers.appspot.com/chart/interactive/docs/gallery/columnchart

http://www.jchartfx.com/demo/27182674-0690-e211-84a5-0019b9e6b500

my problem have conver entire html page pdf ehen user click on 1 button @ bottom of page.

i have tried itextsharp , few other.they using parser , saw few html tags not supported in itextsharp if case how svg tags .

this case in of third party tool how can convert page content(html + charts + images) pdf.if did kindly show me link or path achieve this.

note : charts planned go html5

it not free can try asppdf


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -