Bug 690363 - pdf_info.ps does not recognize embedded font
Summary: pdf_info.ps does not recognize embedded font
Status: RESOLVED FIXED
Alias: None
Product: Ghostscript
Classification: Unclassified
Component: General (show other bugs)
Version: master
Hardware: Macintosh MacOS X
: P4 normal
Assignee: Alex Cherepanov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-03-26 12:29 UTC by Marcos H. Woehrmann
Modified: 2009-03-28 16:49 UTC (History)
0 users

See Also:
Customer:
Word Size: ---


Attachments
25787_simplified.pdf (88.39 KB, application/pdf)
2009-03-26 12:29 UTC, Marcos H. Woehrmann
Details

Note You need to log in before you can comment on or make changes to this bug.
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.