المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : PDF conversion issue



C# Programming
10-30-2009, 04:21 AM
Hai friends


I've been trying to convert files (office) to pdf.
For that i installed SaveAsPDFandXPS.exe from Microsoft and iam using Office 2007, it works in office 2007 but creates problem in a machine with office 2003.

object format = Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatPDF;

the code above is not supported in office 03 but s supported in 07.

Is there any way by which i can convert the file to pdf in office 03.

Thanks in advance for all your helping hands.. http://www.barakasoft.com/script/Forums/Images/smiley_OMG.gif

Santohttp://www.barakasoft.com/script/Forums/Images/thumbs_up.gif

Santhosh