Search found 3 matches

by skueny
Wed Nov 19 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Dvl version - Printer is gone !
Replies: 5
Views: 8003

Hello, Your suggestion is working. But, in our case : 1. The administrator create the printer 2. The user (with no admim right) can print ONE time (the appli use PDFdriverinit and DriverEnd) but the DriverEnd suppress the printer !!! So, I suggest to only suppress the printer if PDFDriverInit really...
by skueny
Wed Nov 19 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Dvl version - Printer is gone !
Replies: 5
Views: 8003

Joan, Thanks for your reply. If I understand you correctly, I have to : 1. Install the printer as Administrator 2. Use DriverInit 3. Only use DriverInit and DriverEnd one time in the application. Would it not be better to Delete the printer in DriverEnd, only if PDFDriverInit has created one ? The s...
by skueny
Wed Nov 19 2003
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Dvl version - Printer is gone !
Replies: 5
Views: 8003

Dvl version - Printer is gone !

hi, I'm using Developper version 2.10e and I'm have a problem with the following code (PowerBuilder): gl_pdf=PDFDriverInit("COMDEV_PDF") ll_return=SetResolution(gl_pdf,300) ll_return=SetOrientation(gl_PDF,1) lb_return=SetDefaultConfig(gl_PDF) ll_return=SetDefaultPrinter(gl_PDF) ll_return=S...