Bhupendra S Rao
Bhupendra S Rao

Reputation: 53

How I can convert the content of a DIV into PDF using asp.net?

I want to convert the contents of a DIV into PDF file . How I can do it in asp.net? Without using iTextSharp?

Upvotes: 1

Views: 2004

Answers (1)

Nikesh Pathak
Nikesh Pathak

Reputation: 460

try this library that may help you

https://code.google.com/p/jspdf/

Upvotes: 1

Related Questions