SUMMARY printing from the selected range of pages does not work correctly STEPS TO REPRODUCE 1. File 2. Printing 3. Pages: page range 1,3,5 4. Button - Print OBSERVED RESULT prints only the currently displayed page, rather than the selected page range EXPECTED RESULT SOFTWARE/OS VERSIONS Windows: Windows 11 Home macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: 5.109.0 Qt Version: 5.15.10 ADDITIONAL INFORMATION
I can reproduce this, in my case the pdf has some pages indexed in roman numerals at the start, and after the tenth page it starts roman numerals. i want to print pages 5,6 (v,vi) however printing `5,6` or `v,vi` does not produce any print output.
I also found that printing selected pages does not work. (I'm on Linux, so it seems to be OS-independent.) In my case, it is a pdf with frontmatter in roman numerals and mainmatter in arabic ones (I do not know if that matters). I select 6 non-consecutive pages to print and if I print to a printer, it prints 4 pages (apparently mostly unrelated to the selected ones); if I print to a pdf, it prints everything between the first and last selected page. I guess this code is seriously broken. Given that the functionality is effectively unusable, I marking this as grave.