ex:
rm = new ReleaseManager();
app = new IDispatch(rm, "PDFMakerAPI.PDFMakerApp");
app.method("CreatePDF", new Object { officePath, pdfPath })
;


excel to PDF when hiding the dialog box method???