-
Bug
-
Resolution: Fixed
-
P3
-
None
-
None
-
b114
-
windows
When we call
job.setDefaultSelection(JobAttributes.DefaultSelectionType.ALL);
along with
job.setFromPage(2);
job.setToPage(5);
we should honour the default selection type.
In Windows, the print dialog is shown with "Page" range radio button but in linux, mac it shows correctly that "All" radio is selected.
job.setDefaultSelection(JobAttributes.DefaultSelectionType.ALL);
along with
job.setFromPage(2);
job.setToPage(5);
we should honour the default selection type.
In Windows, the print dialog is shown with "Page" range radio button but in linux, mac it shows correctly that "All" radio is selected.