Opened 10 years ago

Last modified 2 years ago

#41895 new defect

ghostscript @9.10: missing font packages — at Version 1

Reported by: gdasnon@… Owned by: takanori@…
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc:
Port: ghostscript

Description (last modified by larryv (Lawrence Velázquez))

Hello,
macports 2.2.1 is installed on Mac OS X Lion (10.7.5) with all ports up to date :

MBPGD:~ gd$ gs -v

GPL Ghostscript 9.10 (2013-08-30)
Copyright (C) 2013 Artifex Software, Inc.  All rights reserved.

MBPGD:~ gd$ freetype-config --version
17.1.11

The problem : when i convert a PDF file to JPEG, some characters are missing (french accents like "é" or "è"). I use this command :

/opt/local/bin/gs -dSAFER -dBATCH -dNOPAUSE -sDEVICE=jpeg -r96 -sOutputFile=/Users/gd/Desktop/CHANTIERS_CARDINAL_05OUT.jpg /Users/gd/Desktop/CHANTIERS_CARDINAL_05.pdf 2>&1

Ghostscript official site (http://ghostscript.com/doc/current/Fonts.htm) indicates this :

System File name Contents Types
Unix ghostscript-fonts-std-#.##.tar.gz Basic .afm, .pfb, .pfm

But, unfortunately, it seems that this font package is missing when i type this command :

MBPGD:~ gd$ sudo find -x /opt/local/ -iname "*ghostscript-f*"
/opt/local//var/macports/distfiles/ghostscript/ghostscript-fonts-other-6.0.tar.gz
/opt/local//var/macports/software/ghostscript-fonts-hiragino
/opt/local//var/macports/software/ghostscript-fonts-hiragino/ghostscript-fonts-hiragino-9.10_1+alias.darwin_11.noarch.tbz2
/opt/local//var/macports/sources/rsync.macports.org/release/tarballs/ports/print/ghostscript-fonts-hiragino

My environment :

Mac OS X 10.7.5
MacPorts 2.2.1
XCode : 4.6.2
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2335.15.00

Thanks for your help.
Best regards.

Guillaume Dasnon

Change History (2)

Changed 10 years ago by gdasnon@…

Attachment: CHANTIERS_CARDINAL_05.pdf added

PDF file which looses its accents with ghostscript conversion to JPEG

comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)

Description: modified (diff)
Keywords: ghostscript missing fonts removed
Owner: changed from macports-tickets@… to takanori@…
Port: ghostscript added
Summary: Problem with ghostscript and missing fontsghostscript @9.10: missing font packages
Note: See TracTickets for help on using tickets.