[gs-bugs]
[Bug 690044] Printer error (49, 4C02) with ps2write output
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
bugs.ghostscript.com-bugzilla-daemon at ghostscript.com
Wed Sep 10 06:42:28 PDT 2008
http://bugs.ghostscript.com/show_bug.cgi?id=690044
------- Additional Comments From ken.sharp at artifex.com 2008-09-10 06:42 -------
> I am using the same header which is used in test9.ps in opdfread.ps.
I'm unsure what you mean here. Do you mean that you have replaced the contents
of opdfread with the header from the start of test9.ps ?
> I see the header formatting is changed in the output file I generated
>(new_output.ps) but it is the same content as test9.ps.
Comments and some white space is stripped before adding to the generated file,
in order to keep the file size down.
> I don't know why it is crashing with new_output.ps and not with test9.ps.
Probably because the content is not identical in some sense. It can be difficult
to be sure that you are in fact using the correct version of opdfread.ps. If you
built GS with COMPILE_INITS true (the default for Linux builds) then it will be
using the version of opdfread that was present in your Resource/Init folder at
the time GS was built, unless you specifically override it with the -I switch.
> So the problem is happening only when I use it in opdfread.ps and convert it.
> Is the formatting creating any issue?
Shouldn't be, most likely the versions of opdfread.ps do not match. Check the
content of your newly produced file, look for the SfntsStringSize procedure and
make sure it contains what you expect.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
More information about the gs-bugs
mailing list