DriverInit

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
marcocim
Posts: 3
Joined: Tue Jan 20 2004

DriverInit

Post by marcocim »

I have replaced PdfDriverInit function with DriverInit but i continue to have the same problem.

This is my Pb code:

PDFPrinter = DriverInit("Amyuni PDF Converter")

SetDefaultConfig (PDFPrinter)
SetResolution (PDFPrinter, 1200)

SetDefaultDirectory (PDFPrinter,gs_dir_pdf)
SetDefaultFileName (PDFPrinter, ls_nome_file)
SetFileNameOptions (PDFPrinter, NoPrompt + UseFileName)

// Print the list
ad_dw.PRINT()

Thanks

Marco Cimaroli
Joan
Amyuni Team
Posts: 2799
Joined: Wed Sep 11 2002
Contact:

Post by Joan »

Hello,

Unfortunately, you did not add this post to the original thread so I don't know what your original request was.

However, If you are using version 2.1 of the PDF Converter you need to call EnablePrinter right before each printout.

If you are facing another issue please give us more details or follow up on your original message.

Thanks.
Post Reply