Summary: | Create a version of Trim To Selection for printing | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Steven Maddox <s.maddox> |
Component: | printing | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | aacid, john.kizer, oliver.sander, s.maddox |
Priority: | NOR | ||
Version First Reported In: | 25.04.0 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | All | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Steven Maddox
2025-04-26 21:47:59 UTC
It is on the View menu, so affects what you view. There was never any intention of it affecting printing. Consider it a feature request? Maybe present an option to print only what you've trimmed to, in some other fashion or menu? Essentially it is a similar function (from Adobe Acrobat Reader) that I was hoping for... https://helpx.adobe.com/uk/acrobat/kb/print-portion-page-acrobat-reader.html Perhaps if someone goes to the 'Tools' menu and 'Area Selection' then one of the options that appears on the context menu (under the 'Image' section) could be print? What **shouldn't** happen though... is that it just takes the area, rasterizes it, and then sends that to print. It would be preferred if it could keep that area as a vector image (e.g. postscript) when sending to the printer. Mostly because in my case I'd be printing things like QR/barcodes which might not be as clear if they are converted to a raster image first (as 'Copy to Clipboard' seems to do). Implementing this without rasterization will likely need something like https://invent.kde.org/graphics/okular/-/merge_requests/411. Based on that I expect it to be reasonably straightforward. |