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
    Try removing the 'Wscript'. M-Files seems to be running a context that prefers to work without the Wscripthost part.

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

    Let us know if you get it going.

    Cheers

Reply
  • Former Member
    Former Member
    Try removing the 'Wscript'. M-Files seems to be running a context that prefers to work without the Wscripthost part.

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

    Let us know if you get it going.

    Cheers

Children
No Data