[gs-bugs] [Bug 691345] Undefined in findresource for Arial and Adobe
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Fri May 28 15:04:08 UTC 2010
http://bugs.ghostscript.com/show_bug.cgi?id=691345
--- Comment #1 from Ken Sharp <ken.sharp at artifex.com> 2010-05-28 15:04:04 UTC ---
(In reply to comment #0)
> I get the following errors trying to convert a PDF file to tiff.
> It seems to be related to the Arial font, which I do have installed on my
> machine, so I'm not sure what the problem is.
Without a sample file its impossible for us to tell either ;-)
Please attach a file that exhibits the problem, so we can reproduce it.
> Error: /undefined in findresource
> Operand stack:
> --dict:8/17(L)-- 1 10 F0 8 --dict:6/6(L)-- --dict:6/6(L)--
> Arial --dict:9/12(ro)(G)-- --nostringval-- CIDFontObject
> --dict:7/7(L)-- --dict:7/7(L)-- Adobe-Identity
This is looking for a *CIDFont* called Adobe-Identity. This is the 'fallback'
font when a CIDFont can't be found, similar to using Courier when a regular
font is missing.
I would expect that the problem is that the file uses a CIDFont which is not
embedded in the document. From your comment above I would guess the font is
Arial. Although you may have Arial installed, you probably have it installed as
a Font (in gs/Resource/Init/Fontmap.GS or some other font map file). You need
to install it as a CIDFont (in gs/Resource/Init/cidfmap) if you want to use it
as a CIDFont.
--
Configure bugmail: http://bugs.ghostscript.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the gs-bugs
mailing list