Search found 3 matches
- Fri Jun 04 2004
- Forum: Visual Basic Community
- Topic: Call to BatchConvert hangs
- Replies: 4
- Views: 10375
solved!
Many thanks to Jose at Amyuni support. I was calling EnablePrinter() with the wrong arguments. Here's a VB.NET example that works: Const strLicensTo = "Evaluation Version Developer" Const printerName As String = "Amyuni Developer Converter" Const strActivationCode = "07E ......
- Wed Jun 02 2004
- Forum: Visual Basic Community
- Topic: Call to BatchConvert hangs
- Replies: 4
- Views: 10375
Joan, Thanks for the suggestions. I'm already calling EnablePrinter right after PDFDriverInit and just before BatchConvert, and I added a backslash at the end of the path for DefaultDirectory. I'm still getting the same error message. I suspect my calls to EnablePrinter are failing. I've retrieved t...
- Tue Jun 01 2004
- Forum: Visual Basic Community
- Topic: Call to BatchConvert hangs
- Replies: 4
- Views: 10375
Call to BatchConvert hangs
I'm evaluating PDF Converter Version 2.1 developer. [PDF Converter Professional works great]. I can't get it to convert a .doc file: I installed the dll by running Setup.exe, adding a reference to cdintf.dll in my .NET project and then calling it per examples posted in this forum: Dim printerName As...