I'm currently working on a project that is using a 3rd party application to convert files from PDF to TIF.
That application uses a printer to do the conversion. What we've noticed is that there are a lot of warning messages logged to the Event Viewer in the System Event Log if the "Log spooler warning events" is checked for the local print server.
The problem with unchecking that is that it is system wide and not specific to a single printer.
I discussed this with the vendor and the issue is that it allows them to debug when there are problems with the conversion. It gives them info about what portion of the conversion fails.
What I would like to be able to do is programatically change that setting for my app so that it does not entirely fill up the event viewer.
Does anyone know if it is possible to access these advanced properties via vb.net or another method?
Any help or info is appreciated.
Thanks,
Josh
That application uses a printer to do the conversion. What we've noticed is that there are a lot of warning messages logged to the Event Viewer in the System Event Log if the "Log spooler warning events" is checked for the local print server.
The problem with unchecking that is that it is system wide and not specific to a single printer.
I discussed this with the vendor and the issue is that it allows them to debug when there are problems with the conversion. It gives them info about what portion of the conversion fails.
What I would like to be able to do is programatically change that setting for my app so that it does not entirely fill up the event viewer.
Does anyone know if it is possible to access these advanced properties via vb.net or another method?
Any help or info is appreciated.
Thanks,
Josh