Bug 690363

Summary: pdf_info.ps does not recognize embedded font
Product: Ghostscript Reporter: Marcos H. Woehrmann <marcos.woehrmann>
Component: GeneralAssignee: Alex Cherepanov <alex>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P4    
Version: master   
Hardware: Macintosh   
OS: MacOS X   
Customer: Word Size: ---
Attachments: 25787_simplified.pdf

Description Marcos H. Woehrmann 2009-03-26 12:29:40 UTC
pdf_info.ps does not recognize the font embedded in the attached PDF file as embedded.  It appears in 
the list of "Fonts Used:" even without the -dShowEmbeddedFonts flag.  

The command line I'm using:

 bin/gs -sFile=25787_simplified.pdf -dDumpFontsUsed ./toolbin/pdf_info.ps
Comment 1 Marcos H. Woehrmann 2009-03-26 12:29:59 UTC
Created attachment 4870 [details]
25787_simplified.pdf
Comment 2 Alex Cherepanov 2009-03-28 16:49:59 UTC
Recognize composite fonts and process descendant fonts according to
-dShowEmbeddedFonts flag.

The following patch is committed as a rev. 9603.
http://ghostscript.com/pipermail/gs-cvs/2009-March/009177.html
Ghostscript utilities are not yet covered by regression testing.