2
Answers

PDF Converter

Hi,

I would like to know if there is a way to convert all types of document to PDF file from client side. Preferably using jquery.

Thanks,
Praveen R

Answers (2)

0
Photo of barcode addict
NA 28 0 11y
Not sure whether it is possible to convert all types of files into PDF from client side. But it is possible to convert Office files into PDF file using Javascript.


http://stackoverflow.com/questions/14806515/how-to-convert-ms-word-to-pdf-in-the-web-browser
http://forums.asp.net/t/1855487.aspx?+Render+pdf+to+open+or+save+in+client+side+using+JQuery+call+to+a+HttpHandler+
0
Photo of Anurag Sarkar
NA 2.4k 308k 11y
Yes you can check the following links

http://www.mindfiresolutions.com/Creating-Downloadable-PDF-in-ASPNET-With-Client-Side-Event-Call-1711.php


Thanks!