Any tool to convert word and excel to pdf?

Is there any SDK for converting MS word and Excel files to PDF? I want to do this on a web server at runtime. Im using VS 2010, .Net Framewrok 4.0 I looked at the MS interop build, but then this artistic one pushed me back http://support.microsoft.com/kb/257757

Is there any third party tool / SDK / Service that will do this at runtime?

+3
source share
3 answers

Check out iText, there is a Java and C # library, but I think the .NET library is not free. http://www.itextpdf.com/

0
source

, , /, - Office. MS-Interop - , .

Muhimbi PDF Converter Services. Windows , ASP.NET.

-, , Java .NET. , . Watermarking PDF. SharePoint , SharePoint .

, , . , .

0

" ", Microsoft.Office.Interop

doc.SaveAs(ref FileName, Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatPDF);
0

All Articles