Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Below Code referring to save the 2010 word addin document in Pdf format
C#
Globals.ThisDocument.Application.ActiveDocument.ExportAsFixedFormat(
                Path.Combine(desktopfolder, Filename),
                Word.WdExportFormat.wdExportFormatPDF,
                OpenAfterExport: true);

But i want to save word 2010 Document addin as a Word Document using above code.

Help Me Anyone........
Posted
Updated 21-Feb-13 3:54am
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900