This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Can I convert a document to PDF format using VBScript

Former Member
Former Member
I want to convert a document to PDF format using VBScript upon entering a workflow state like approval.
please help.
Parents
  • Former Member
    Former Member
    Hi Rob,


    Thanks for your notice but I've installed already what you said to me but it didn't works.

    Have you got an example ?

    The vbscript I used works good manually.

    If I put all the code from my .vbs to the ActionScript it doesn't work becouse it doesn't recognize the command Wscript.CreateObject used to handle events.

    Set PDFCreator = Wscript.CreateObject("PDFCreator.clsPDFCreator", "PDFCreator_") 


    Do you have ideas ?

    Thanks a lot
Reply
  • Former Member
    Former Member
    Hi Rob,


    Thanks for your notice but I've installed already what you said to me but it didn't works.

    Have you got an example ?

    The vbscript I used works good manually.

    If I put all the code from my .vbs to the ActionScript it doesn't work becouse it doesn't recognize the command Wscript.CreateObject used to handle events.

    Set PDFCreator = Wscript.CreateObject("PDFCreator.clsPDFCreator", "PDFCreator_") 


    Do you have ideas ?

    Thanks a lot
Children
No Data