Category Archives: Office Interoperability

Office Interoperability

Covert PowerPoint Slides to Images

Today one of my colleague comes with a problem; he want to display a Powerpoint presentation in his Sharepoint site. But we didn’t got any direct way to display it. They we tweaked the code, to export the Slides to … Continue reading

Posted in .Net, .Net 3.0 / 3.5, Office Interoperability | Tagged , , , , , , , | Leave a comment

Creating CAB files using MakeCab.exe

If you are working with Sharepoint or Infopath sometime you need to use makecab.exe, it is a command line utility to create cab files from Microsoft. You can use makecab utility from command prompt. Command line output from MakeCab/? MAKECAB … Continue reading

Posted in .Net, Miscellaneous, Office Interoperability, sharepoint | Leave a comment

Printing Infopath forms

While working in Infopath forms, there may some situations where you may need to Print the InfoPath form. But the problem of Infopath API is that we can’t specify the printer name for printing. Like this one The printout method … Continue reading

Posted in .Net, Miscellaneous, Office Interoperability | Tagged , , | Leave a comment

Calling word Macros from .Net

While using Word automation with .Net sometimes it is required ti call, word macro’s from C# or VB.Net. Here is the code to call word macros from VB.Net. In the code, helloworld is the macro name.Or you can simply call … Continue reading

Posted in .Net, Miscellaneous, Office Interoperability | Tagged , , , , | Leave a comment