I am looking for an example script for sending a WordPerfect version 7 or 8 to PDF using the AmyUni API's. Specifically the declarations. I can't get the API entry points to work in WordPerfect. For exampe:
MS Word:
Declare Function DriverInit Lib "cdintf210.dll" (ByVal PrinterName$) As Long
WordPerfect 8 should be something like:
DLLCall Prototype DriverInit ("cdintf210.dll"; "DriverInit"; Integer! {AnsiString(PrinterName)})
Is there an example script in WordPerfect that prints the document to a PDF using these API's?