This forum has migrated to Microsoft Q&A. Visit Microsoft Q&A to post new questions.
Hi
I am developing V4 Printer driver with Java Script constraints, I have some question.
When validatePrintTicket API is calling?
It is possible to dump the PrintTicket to Text file from JavaScript?
Thanks.
validatePrintTicket is called when the configuration module's IOemPrintTicketProvider::ValidatePrintTicket() method is called. http://msdn.microsoft.com/en-us/library/windows/hardware/ff553184(v=vs.85).aspx.
You can't generate a text file from the JavaScript constraint script, but you can follow the JavaScript debugging advice on this page to see the value in the debugger. http://msdn.microsoft.com/en-us/library/windows/hardware/jj218731(v=vs.85).aspx