Summary: | Okular prints no pdf files | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | wodenhof <wodenhof> |
Component: | printing | Assignee: | Okular developers <okular-devel> |
Status: | REPORTED --- | ||
Severity: | normal | CC: | nate, oliver.sander |
Priority: | NOR | ||
Version First Reported In: | 20.12.2 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
wodenhof
2021-02-10 14:10:33 UTC
Does it print if you select 'force rasterization'? > It would be nice if one could select and copy those values from About System...
There is a "Copy to Clipboard" button at the bottom of the window
(In reply to Oliver Sander from comment #1) > Does it print if you select 'force rasterization'? Yes, it does. And even without sometimes occurring clipping of the margins. Why? Btw. Thank you :-). (In reply to Nate Graham from comment #2) > > It would be nice if one could select and copy those values from About System... > There is a "Copy to Clipboard" button at the bottom of the window Okay, I overlooked that. But it copies all information in one bundle, including denominators. I'd rather copy data in the format expected here... > why
Believe it or not, but 'rasterization' is actually a completely different way of printing. The standard way is to convert the file to postscript and send that to the printer. 'rasterization' renders the file into a QPrinter object, and uses the Qt printing infrastructure.
(In reply to Oliver Sander from comment #5) > > why > > Believe it or not, but 'rasterization' is actually a completely different > way of printing. The standard way is to convert the file to postscript and > send that to the printer. 'rasterization' renders the file into a QPrinter > object, and uses the Qt printing infrastructure. Aha. Never heard of that. Does that mean, the postscript conversion is broken in okular or is something wrong at my side? Hard to tell. It's a pretty fragile construction. Unfortunately I am not skilled enough to help you debug this. |