How to convert word document pdf in asp.net ??
-
Hi, i am using asp.net 2.0... i want to convert word to pdf without install any software. plz give valuable solution for me...
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
-
Hi, i am using asp.net 2.0... i want to convert word to pdf without install any software. plz give valuable solution for me...
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
http://download.microsoft.com/download/0/B/E/0BE8BDD7-E5E8-422A-ABFD-4342ED7AD886/Word97-2007BinaryFileFormat(doc)Specification.pdf[^] http://www.iso.org/iso/iso_catalogue/catalogue_tc/catalogue_detail.htm?csnumber=51502[^] docx is just a zip file containing xml and images. read this and the rest is just move data from A to B, save B to disk, voila word to pdf conversion.
-
Hi, i am using asp.net 2.0... i want to convert word to pdf without install any software. plz give valuable solution for me...
Yours, KaNNaN ----------------------------------------------------------------- "Success is When Ur Signature Becomes An Autograph"
Go through this code in codeproject Convert Word-Documents to PDF on an ASP.NET Server[^] and also http://www.pdfonline.com/easyconverter/sdk/code_samples/pdf2word/aspnet_convertpdftortf/aspnet_convertpdftortf.htm[^]
"If you can dream IT, you can become IT"
-
Go through this code in codeproject Convert Word-Documents to PDF on an ASP.NET Server[^] and also http://www.pdfonline.com/easyconverter/sdk/code_samples/pdf2word/aspnet_convertpdftortf/aspnet_convertpdftortf.htm[^]
"If you can dream IT, you can become IT"