Convert html to pdf in javascript or c#
-
hi all, can any body tell me that hoe to i convert the html into the pdf file in asp.net or javascript
-
hi all, can any body tell me that hoe to i convert the html into the pdf file in asp.net or javascript
Maybe take a look at this component PDFSharp you would need to parse the html and recreate the text formating and so on using PDFSharp, but that is pretty easy. There exist other PDF components (both freeware/open source and commercial) so maybe there is other components out there who does the job automaticly. Edit: Like this one pdfizer
-
Maybe take a look at this component PDFSharp you would need to parse the html and recreate the text formating and so on using PDFSharp, but that is pretty easy. There exist other PDF components (both freeware/open source and commercial) so maybe there is other components out there who does the job automaticly. Edit: Like this one pdfizer
thanks........actually i have html page where is html table with data and there is an email send button.......i want when user click on send button then this html table send into the .pdf file to email