Summary: | reduction in paper size results in clipping of content | ||
---|---|---|---|
Product: | [Unmaintained] kdeprint | Reporter: | sombragris |
Component: | general | Assignee: | KDEPrint Devel Mailinglist <kde-print-devel> |
Status: | CLOSED INTENTIONAL | ||
Severity: | normal | CC: | jlayt |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Slackware | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
sombragris
2004-02-05 19:18:37 UTC
If one sends a (e.g.) US Legal document to a printer containing (e.g.) US Letter paper, the printer usually issues an error and requires providing US Legal paper. Or I don't understand what you mean. Christian, thanks for looking into this issue. What I meant was that when I sent to the printer some document formatted for a custom paper size larger than the one selected in kprinter, then the printing output was clipped, resulting in loss of content. A desirable behavior would be the resizing of content so that it could fit the page set in kprinter, usually by activating a preference. Yours, Eduardo What you propose requires print data processing, something kdeprint does not. If the paper sizes do not match, it's *normal* that you have clipping. This doesn't happen when you print from a KDE application, because kdeprint is able to feedback the correct paper size to the application before generating the print data. This is not the case for PS generated by 3rd-party applications. Note however that there exists a filter based on psresize utility that you can apply from kprinter (printer properties dialog -> Filters tab), which will resize the print content, but you have to apply it manually. Michael. The best place to "resize the content" (as required in comment #2) is in the application that generates the to-be-printed document in the first place. That application knows much more information about the document to print that kprinter ever would. Thanks Closing old Resolved status bug. |