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
DriverInit
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.
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.