Bug 688234 - Ghostscript 8.51 terminates inside gsview 4.7
Summary: Ghostscript 8.51 terminates inside gsview 4.7
Status: RESOLVED DUPLICATE of bug 687747
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: General (show other bugs)
Version: 8.51
Hardware: PC Windows XP
: P3 normal
Assignee: Stefan Kemper
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 12:55 UTC by Joe
Modified: 2007-12-13 12:55 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
The .pdf file (187.51 KB, application/pdf)
2005-07-22 13:06 UTC, Joe
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joe 2005-07-22 12:55:58 UTC
Ghostscript 8.51 terminates inside gsview 4.7 in windows XP & 2003 while 
opening the attached .pdf file.Below is the displayed ghostscript message:
GSview 4.7 2005-03-26
AFPL Ghostscript 8.51 (2005-04-18)
Copyright (C) 2005 artofcode LLC, Benicia, CA.  All rights reserved.
This software comes with NO WARRANTY: see the file PUBLIC for details.
Scanning PDF file
%GSVIEW_PDF_PAGES: 1 3
Displaying PDF page 1
%GSVIEW_PDF_PAGE: 1
%GSVIEW_PDF_MEDIA: [0 0 595 842]
%GSVIEW_PDF_CROP: [0 0 595 842]
%GSVIEW_PDF_ROTATE: 0
%GSVIEW_PDF_MARK: /PAGE /CropBox [0 0 595 842]
   **** Warning: Fonts with Subtype = /TrueType should be embedded.
                 But Arial,Bold is not embedded.
Substituting font Helvetica-Bold for Arial,Bold.
Loading NimbusSanL-Bold font from D:\Program Files\gs\fonts/n019004l.pfb... 
2271224 943465 1846568 516857 3 done.
   **** Warning: Fonts with Subtype = /TrueType should be embedded.
                 But Arial is not embedded.
Substituting font Helvetica for Arial.
Loading NimbusSanL-Regu font from D:\Program Files\gs\fonts/n019003l.pfb... 
2388392 1065230 2426716 1073789 3 done.
Substituting CID font resource/Adobe-Japan1 for /GothicBBB-Medium.
Error: /undefinedresource in --findresource--
Operand stack:
   --dict:7/7(L)--   G1   1   --dict:5/5(L)--   --dict:5/5(L)--   GothicBBB-
Medium-Identity-H   --dict:11/12(ro)(G)--   --nostringval--   --dict:6/6(L)--
   --dict:6/6(L)--   Adobe-Japan1   CIDFont   Adobe-Japan1
Execution stack:
   %interp_exit   .runexec2   --nostringval--   --nostringval--   --nostringval-
-   2   %stopped_push   --nostringval--   --nostringval--   false   1   %
stopped_push   1   3   %oparray_pop   1   3   %oparray_pop   1   3   %
oparray_pop   1   3   %oparray_pop   .runexec2   --nostringval--   --
nostringval--   --nostringval--   2   %stopped_push   --nostringval--   --
nostringval--   --nostringval--   --nostringval--   --nostringval--   %
array_continue   --nostringval--   false   1   %stopped_push   --nostringval--
   %loop_continue   --nostringval--   --nostringval--   --nostringval--   --
nostringval--   --nostringval--   %array_continue   --nostringval--   --
nostringval--   --nostringval--   --nostringval--   %loop_continue   --
nostringval--   12   8   %oparray_pop   --nostringval--   --nostringval--   --
nostringval--
Dictionary stack:
   --dict:1129/1686(ro)(G)--   --dict:0/20(G)--   --dict:79/200(L)--   --
dict:105/127(ro)(G)--   --dict:251/347(ro)(G)--   --dict:21/24(L)--   --dict:4/6
(L)--   --dict:25/32(L)--   --dict:20/26(ro)(G)--
Current allocation mode is local
Last OS error: No such file or directory
pdf_page failed
Comment 1 Joe 2005-07-22 13:06:59 UTC
Created attachment 1560 [details]
The .pdf file

The file that does terminate ghostscript.
Comment 2 Alex Cherepanov 2005-07-23 13:51:35 UTC
The PDF file is incorrect because it doesn't embed the required CIDFont resources.
Ghostscript can process such files when the CIDFont resource is
installed or substituted with another installed CIDFont resource or TrueType
font. See "CID font substitution" in doc/Use.htm for details.


*** This bug has been marked as a duplicate of 687747 ***