Issue 6989 - setpagedevice error in generated PostScript
Summary: setpagedevice error in generated PostScript
Status: CLOSED IRREPRODUCIBLE
Alias: None
Product: gsl
Classification: Code
Component: www (show other issues)
Version: current
Hardware: PC Linux, all
: P3 Trivial (vote)
Target Milestone: ---
Assignee: issues@gsl
QA Contact: issues@gsl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-14 16:29 UTC by Unknown
Modified: 2003-03-13 10:14 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Unknown 2002-08-14 16:29:54 UTC
This applies to OpenOffice.org1.0, soffice.
In certain documents converted from Microsoft Word format,
and then printed, the print job fails (on the 3 printers I've tried)
with the error
  ERROR:configurationerror
OFFENDING COMMAND: setpagedevice

When I investigated, I found that the problem was caused by these lines 
in the PostScript:

%%BeginSetup
%
%%BeginFeature: *PageSize Letter
<</PageSize [612 792] /ImagingBBox null>> setpagedevice
%%EndFeature
%%EndSetup

and the job printed fine if I edited the PostScript by
hand and replaced them with

%%BeginSetup
%%IncludeFeature: *PageSize Letter
%%EndSetup
Comment 1 psfales 2002-09-24 23:35:22 UTC
We saw this error also.  It went away when we changed the default
paper size in printer setup from "A4" to "US letter"
Comment 2 philipp.lohmann 2002-11-12 13:52:05 UTC
That actually is the right behaviour for a printer; on most printers
you can configure that they adapt Letter to A4.

That being said the PostScript produced will of course contain the
page size of the document, which in this case seems to be Letter.
Comment 3 philipp.lohmann 2002-11-12 15:51:01 UTC
printing -> gsl
Comment 4 philipp.lohmann 2002-11-12 15:51:25 UTC
reassign
Comment 5 philipp.lohmann 2002-11-12 15:52:15 UTC
transition from printing to gsl
Comment 6 michael.bemmer 2003-03-13 09:38:46 UTC
As mentioned on the qa dev list on March 5th I will close all resolved
<wontfix/duplicate/worksforme/invalid> issues. Please see this posting for
details. First step in IssueZilla is unfortunately to set them to verified.
Comment 7 michael.bemmer 2003-03-13 10:14:30 UTC
As mentioned on the qa dev list on March 5th I will close all resolved
<wontfix/duplicate/worksforme/invalid> issues. Please see this posting for details.