This is my Coding.
[code=c#]
Application newApp = new Application();

// Response.

// specifying the Source & Target file names
// c:\\abc\\Source .doc;
object Source = "F:\\Gokulraj\\ doc2.doc";
object Target = "F:\\Gokulraj\\ Temp\\gokul.pdf ";


object Unknown = Type.Missing;
...