Summary: | uncheck forced rasterization missing in version 25.07.70 in W11 23H2 | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | caspertone2003 <carlos2004+okular> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | kde, oliver.sander |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
caspertone2003
2025-03-18 06:53:04 UTC
It is a current known limitation of okular https://invent.kde.org/graphics/okular/-/blob/master/generators/poppler/generator_pdf.cpp?ref_type=heads#L1532 Patches are absolutely welcome. In principle, this is fixed by https://invent.kde.org/graphics/okular/-/merge_requests/411 However, by necessity that patch uses the QPainter backend, which is a can of worms of its own. Peeps, thanks for the information I liked the experience of using okular but I am afraid okular will not solve my chores on the printing thing. QPainter patch has been waiting over three years out of mainstream... And I do not see a compiled windows version available either.... At least, I know I can close my trials searching for removing forced rasterization. Please do expert know what to do with this bug. For me it is a bug, as a feature is missing and not even there is a button on the sw that will let one know this is not available. ... Has been very ilustrative having to go to the code to read and interpret #ifdef Q_OS_WIN // Windows can only print by rasterization, because that is // currently the only way Okular implements printing without using UNIX-specific // tools like 'lpr'. forceRasterize = true; #endif Thanks again! CT |