Search found 6 matches

by mjanum
Tue Aug 24 2004
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: can not print to excel with demo version
Replies: 2
Views: 11014

I see, i think i got confused that you want it in excel, but it asks you to save in pdf, i can see the concept now. Thanks.
by mjanum
Mon Aug 23 2004
Forum: Amyuni Document Converter (HTML/DocX/Excel/Jpeg/Tiff/RTF)
Topic: can not print to excel with demo version
Replies: 2
Views: 11014

can not print to excel with demo version

Hi I have downloaded and installed the document converter suite to test your print to excel feature (Win 2000 server, Printer version 2.10i). When i look in the printers printing preferences, then i as expected see the tabs for converting to html, excel, pdf etc. I then open a web browser and try to...
by mjanum
Mon Jul 26 2004
Forum: Visual Basic Community
Topic: Error 482 when trying to print and need advice
Replies: 8
Views: 16466

This is a bit weird. I created a .exe file from the above code and copied it to another machine where i did a clean install of the document converter. Here it worked for the first time i ran it. Then i installed VB6 studio and ran the code with the debugger and now it gives me the same error again, ...
by mjanum
Mon Jul 26 2004
Forum: Visual Basic Community
Topic: Error 482 when trying to print and need advice
Replies: 8
Views: 16466

Hi I tried to insert the following line, but i still get the error, I do see my msgbox from the enabled pre event Printer.FontName = "Arial" CDIntfEx1.EnablePrinter LicenseName, LicenseKey Printer.Print "Hi there" ' error 482 still occurs here Printer.EndDoc not sure how i can ge...
by mjanum
Thu Jul 22 2004
Forum: Visual Basic Community
Topic: Error 482 when trying to print and need advice
Replies: 8
Views: 16466

I Thought i did it in the following section: Private Sub Form_Load() CDIntfEx1.PDFDriverInit (PrinterName) CDIntfEx1.EnablePrinter LicenseName, LicenseKey But you want it to be inserted right before i call Printer.Print "Hello" ? (if so how can o code a utility that monitors the printer fo...
by mjanum
Mon Jul 19 2004
Forum: Visual Basic Community
Topic: Error 482 when trying to print and need advice
Replies: 8
Views: 16466

Error 482 when trying to print and need advice

Hi Current system: Win XP, VB6, Document convertor suite 2.10i I have created a standard .exe vb project and trying to execute the sample code from the documentation, see below, but i receive an error 482, from other posts i can see it is probably related to the enable printer call, but i cant seem ...