Click here to Skip to main content
15,888,984 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have developed a Printer Driver Version 3, now I want to change to Printer Driver Version 4. Can you suggest me how to change from Printer Driver Version 3 to version 4?

What I have tried:

I have read the Printer Driver Version 4 document(V4 Printer Driver | Microsoft Docs[^]), The document write: V4 print drivers rely heavily on data files and JavaScript for extensibility.

The Printer Extension(EXE), Windows Store device app(APPX), DevModeMap(XML), Constraint script(JavaScript), Driver Events(XML), BidiExtension(JavaScript) represent on V4 Printer Driver to plug in.

I do not understand what I have to do to change from Printer Driver Version 3 to version 4.
Posted
Updated 6-Jun-18 23:32pm

1 solution

You must completly read the documentation and implement it in that manner. Read the how to Build a v4 Printer Driver in Visual Studio to find a basic sample.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900