Search found 3 matches

by arch
Thu Aug 12 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer created, but no output
Replies: 5
Views: 7311

Yes. At the beginning of my application I am calling PDFDriverInit with a printer name of 'IC_PDF' and it is returning a positive integer as well as creating the printer in the Windows/Printer dialog. Immediately before printing, I am calling a subroutine that executes three calls: SetDefaultFileNam...
by arch
Thu Aug 12 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer created, but no output
Replies: 5
Views: 7311

Are you setting FileNameOptions to 3 (1 + 2 = NoPrompt + UseFileName)?
YES - I am using 3 for options.

Are you setting DefaultFileName to the full path of the pdf file that will be generated?
YES - C:\Test.pdf

Any other thoughts?
by arch
Wed Aug 11 2004
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Printer created, but no output
Replies: 5
Views: 7311

Printer created, but no output

Windows Server 2003, Magic eDeveloper. I have installed the Developer trial and followed the instructions in Common Driver Interface 210.pdf using PDFDriverInit. When I run my print program, the printer is created in the Windows dialog and disappears after some time, as it should. However, no pdf fi...