Start a New Discussion Ask a New Question

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Com Interface
  • Hi,

     

    I'm trying to work with the COM interface using JACOB.
    I'm able to get the PDFCreator options using:

     

    Dispatch options=Dispatch.get(pdfCreator, "cOptions").toDispatch();

    but when I try to set the options using:

    Dispatch.put(pdfCreator, "cOptions", options);

    it fails with an error message "Member not found".

     

    Anyone have experience with it?  What I am missing?

    TIA,

    Shaul