To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65491 Issue #:|65491 Summary:|Write setup to %%Begin(End)Setup, instead of |%%Begin(End)PageSetup Component:|gsl Version:|680m167 Platform:|All URL:| OS/Version:|All Status:|NEW Status whiteboard:| Keywords:| Resolution:| Issue type:|PATCH Priority:|P3 Subcomponent:|code Assigned to:|pl Reported by:|kendy
------- Additional comments from [EMAIL PROTECTED] Wed May 17 05:29:34 -0700 2006 ------- The PostScript created by OOo does not play well with CUPS n-up feature; the problem seems to be a bit similar to issue 7262, but not entirely. - generate a simple document with 2 pages - print it to a PS file - run "lp -d <name_of_the_queue> -o number-up=2 <name_of_the_file>" Just the second page is visible on the print-out. If you remove all the %%Begin(End)Feature DSC tags (including their contents), or move to %%Begin(End)Setup (from first page's %%Begin(End)PageSetup), the file prints fine. Our printing expert argues that %%Begin(End)Features should not be present in PS intended for CUPS at all, I think that CUPS should handle them OK according to the DSC paper ;-) - but it's not completely clear. Anyway, I'll attach a patch that seems to improve the situation a lot - it moves the %%Begin(End)Features (for InputSlot, PageSize, etc.) to %%Begin(End)Setup - which is better than what is there now; eg. in situation when the printing manager decides to send pages to more printers the %%Begin(End)Setup should be copied to all of them according to the DSC. Please see also https://bugzilla.novell.com/show_bug.cgi?id=80448 What do you think, please? --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
