The Amyuni PDF Converter is our Printer Driver that enables you to convert any documents to PDF format. If you have any questions about installing and using the Amyuni PDF Converter please post them here.
We have included the PDF Converter dev. version 2.5d in our converter application. Sometimes we get an error message: Printer not activated, error code -30.
Anyone else that has this problem?
The application is written in C# and we use Java Script to do the print from word, excel etc.
Our application is written in C# and JSript and is run like a service. We get the documents from a predefined folder, initiallize the PDF printer, set is as default and starts Word and print the document to the printer.
Some times it works other times it does not work and we get this error message.
Header: Activation error
Message: Printer not activated, error code -30
Regards
Robert Vabo
Application engineer
Gecko AS www.gecko.no
Printer not activated is generated if you are trying to print to the printer while it is not activated.
To avoid this error you need to call EnablePrinter right before printing. the call to EnablePrinter should be in your printing function and should come right before your printing command.
Otherwise, if you are catching the messages generated by the printer you can call EnablePrinter() when catching the EnablePre() event.