[Poppler-bugs] [Bug 49037] Noncompliance with Standard-14 fonts requirement in PDF specs
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Apr 25 10:01:54 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=49037
--- Comment #18 from thomasf <Thomas.Freitag at alfa.de> 2012-04-25 10:01:54 PDT ---
Check the registry data for 'SOFTWARE\GPL Ghostscript\8.70'
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\8.70 GS_DLL='F:\Program
Files\gs\gs8.70\bin\gsdll32.dll'...ignored, because not GS_LIB
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\8.70 GS_LIB='F:\Program
Files\gs\gs8.70\lib;F:\Program Files\gs\fonts'...split by ';'
add F:\Program Files\gs\gs8.70\lib
Check the registry data for 'SOFTWARE\GPL Ghostscript\9.04'
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.04
GS_DLL='E:\gs\gs9.04\bin\gsdll32.dll'...ignored, because not GS_LIB
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.04
GS_LIB='E:\gs\gs9.04\bin;E:\gs\gs9.04\lib;E:\gs\gs9.04\fonts'...split by ';'
add E:\gs\gs9.04\bin
add E:\gs\gs9.04\lib
Check the registry data for 'SOFTWARE\GPL Ghostscript\9.05'
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.05
GS_DLL='E:\gs\gs9.05\bin\gsdll32.dll'...ignored, because not GS_LIB
HKEY_LOCAL_MACHINE\SOFTWARE\GPL Ghostscript\9.05
GS_LIB='E:\gs\gs9.05\bin;E:\gs\gs9.05\lib;E:\gs\gs9.05\fonts'...split by ';'
add E:\gs\gs9.05\bin
add E:\gs\gs9.05\lib
gsFontDirs[0] F:\Program Files\gs\gs8.70\lib
gsFontDirs[1] E:\gs\gs9.04\bin
gsFontDirs[2] E:\gs\gs9.04\lib
gsFontDirs[3] E:\gs\gs9.05\bin
gsFontDirs[4] E:\gs\gs9.05\lib
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Poppler-bugs
mailing list