Search found 4 matches
- Mon Apr 14 2003
- Forum: Amyuni PDF Converter (PDF Printer Driver)
- Topic: DriverInit problems in Developer Version
- Replies: 1
- Views: 5698
DriverInit problems in Developer Version
Hello, I upgraded to PDF Converter Version 2.10b (Developer) and I follow all the steps from Common Driver Interface 2.10 but when I try to use the DriverInit method, this fails and I get no error. Dim printer As New CDIntfEx.CDIntfEx Dim hPrinter As Long hPrinter = printer.DriverInit("Consolid...
- Wed Jan 22 2003
- Forum: Visual Basic Community
- Topic: [Solved] PDFDriverInit problem
- Replies: 4
- Views: 12306
- Mon Jan 20 2003
- Forum: Visual Basic Community
- Topic: [Solved] PDFDriverInit problem
- Replies: 4
- Views: 12306
- Fri Jan 17 2003
- Forum: Visual Basic Community
- Topic: [Solved] PDFDriverInit problem
- Replies: 4
- Views: 12306
[Solved] PDFDriverInit problem
Hello all, I'm trying to print a word document and I use the PDFDriverInit with a printer name that doesn't exists on my system, but the init function doesn't create this printer and I get this error message: Run-time error '1797': PDFDriverInit failed Bellow is the code I used to initialize the pri...