You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I develop a xps driver based on xpsdrvsmpl. When I choose to print multiple copies of a pdf file, only one copy was printed. I unzip the file and open the print ticket file Job_PT.xml and found that there is no JobCopiesAllDocuments feature (about the number of copies) in it.
However, I found that the xps file that generated by Microsoft XPS Document Writer contains this feature (See the picture below).
Does anyone know why xpsdrvsmpl didn't generate this feature? How do I modify the code to generate it?