View Single Post
 
Old 10-21-2011, 06:07 AM
hemaneelagiri hemaneelagiri is offline Windows XP Office 2010 32bit
Novice
 
Join Date: Oct 2011
Posts: 1
hemaneelagiri is on a distinguished road
Default Programmatically convert Office documents to PDF from C#

Hi
i am a C# developer, i want to convert MS Office documents(bellow are the extensions) To PDF with C# programm

".doc", ".docm", ".docx", ".dot", ".dotm", ".mpp", ".one", ".pps", ".ppsm", ".ppsx", ".ppt", ".pptm", ".pptx", ".pub", ".puz", ".sldm", ".sldx", ".vdxm", ".vsd", ".vst", ".vsx", ".xl", ".xlc", ".xlm", ".xls", ".xlsb", ".xlsm", ".xlsx", ".xsf"

i am able to conevrt Word files, Excel files and poerpoint files
with refernse of
microsoft.office.introp.Excel,
microsoft.office.introp.Word,
microsoft.office.introp.powerpoint,

but i need to convert bellow type files also

microsoft.office.introp.MSProject,
microsoft.office.introp.Onenote,
microsoft.office.introp.Publisher,
microsoft.office.introp.Visio,
microsoft.office.introp.InfoPath.xml,


Please help me

Thanks
Hema
Reply With Quote