Summary: | When printing, selecting a specific page range in the Print dialog results in all pages being printed | ||
---|---|---|---|
Product: | [Applications] Skanpage | Reporter: | Grósz Dániel <groszdanielpub> |
Component: | general | Assignee: | Alexander Stippich <a.stippich> |
Status: | RESOLVED FIXED | ||
Severity: | major | CC: | john.kizer |
Priority: | NOR | ||
Version First Reported In: | 24.08.3 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/utilities/skanpage/-/commit/e7b753b49778f45c209050b68ca96692a1f6da1b | Version Fixed In: | |
Sentry Crash Report: |
Description
Grósz Dániel
2024-12-08 02:39:47 UTC
I can reproduce this on Skanpage 24.12.0, Fedora KDE 41. https://bugs.kde.org/show_bug.cgi?id=436388 feels similar, but I can't reproduce the same issue in Okular 24.12.0, and that one concerns printing to PDF. (In reply to John Kizer from comment #1) > https://bugs.kde.org/show_bug.cgi?id=436388 feels similar, but I can't > reproduce the same issue in Okular 24.12.0, and that one concerns printing > to PDF. Also, AFAIUI, that one is a result of a general Qt limitation w.r.t. printing to PDF, and it concerns complex page ranges, not simple from-to ones. A possibly relevant merge request was started @ https://invent.kde.org/utilities/skanpage/-/merge_requests/90 Git commit e7b753b49778f45c209050b68ca96692a1f6da1b by Alexander Stippich. Committed on 19/01/2025 at 13:02. Pushed by astippich into branch 'master'. improve printing support - implement page ranges - implement current page printing - support reverse printing Page ranges are currently based on QPrintDialog's implementation for server-side page ranges with CUPS M +45 -7 src/DocumentPrinter.cpp M +4 -4 src/DocumentPrinter.h M +1 -1 src/Skanpage.cpp https://invent.kde.org/utilities/skanpage/-/commit/e7b753b49778f45c209050b68ca96692a1f6da1b |