PerfectScript 8 Example

The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
Post Reply
tmurp
Posts: 3
Joined: Mon Sep 19 2005

PerfectScript 8 Example

Post by tmurp »

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?
Jose
Amyuni Team
Posts: 553
Joined: Tue Oct 01 2002
Contact:

Post by Jose »

Hello,

We unfortunately do not have WordPerfect installed on our test PCs but can post a code snippet which prints to MsWord?

Hope this helps?
Post Reply