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?
The text was updated successfully, but these errors were encountered:
@sylin211 hopefully somebody will have a look at it as we've seen also issues with XPS but nobody seems to be caring in fixing them: dotnet/runtime#51929 (comment)
( @elvis-sun please stop asking in every topic about how to save xps print jobs. Go read the documentation. )
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?
The text was updated successfully, but these errors were encountered: