Summary: | kprinter: page size dimensions not used | ||
---|---|---|---|
Product: | [Unmaintained] kdeprint | Reporter: | andrew |
Component: | general | Assignee: | KDEPrint Devel Mailinglist <kde-print-devel> |
Status: | CLOSED NOT A BUG | ||
Severity: | normal | CC: | jlayt |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Other | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Bugzilla Maintainers
2002-09-04 00:05:18 UTC
What print system are you using: CUPS LPRng? The problem is probably that whe you select the paper size and send the whole job to the print server it doesn't take into account the new page size: LPRng doesn't support it but CUPS does. You should use the actual paper size at PS generation time (in the application). Michael. -- ------------------------------------------------------------------ Michael GoffioulIMEC-DESICS-MIRA e-mail: goffioul@imec.be(Mixed-Signal and RF Applications) Tel: +32/16/28-8510Kapeldreef 75 Fax: +32/16/28-15153001 HEVERLEE BELGIUM ------------------------------------------------------------------ 3 years old. No answer to maintainer's question from the original reporter. When printing a PS file with kprinter, the selected page size is actually ignored because the PS file usually already contains the pafe dimension (bounding box). In "kprinter" mode, kdeprint just sends the print options to CUPS, but some can be ignored by CUPS. For example, the page size is only used by CUPS when you send plain text: in that case, CUPS converts the text to PS using an enscript-like tool, where it can make use of the target paper size. When printing a PS file, it's useless (== too late). Michael. Closing old Resolved status bug. |