[gs-bugs] [Bug 693037] Fonts missing in .ps to .pdf conversion.
bugzilla-daemon at ghostscript.com
bugzilla-daemon at ghostscript.com
Tue May 15 12:37:54 UTC 2012
http://bugs.ghostscript.com/show_bug.cgi?id=693037
--- Comment #3 from Dan G. <dgrillo at omtool.com> 2012-05-15 12:37:50 UTC ---
(In reply to comment #2)
> (In reply to comment #0)
>
> > I'm just trying to learn the reason for this. Is the font not in the .ps file?
> > Is GS not embedding or using it? Is the font not embeddable for some reason?
>
> The PostScript file does not contain a News Gothic font. The text in question
> uses Arial and Arial,Bold in the PostScript file. I have no idea why, this may
> be something to do with the document processing application (Microsoft Office
> ?) the font (perhaps DRM prevents embedding ?) or the printer driver.
>
> I note that you have used a PCL printer with PostScript functionality to
> produce the PostScript file. I would recommend against this, it adds spurious
> PJL which must be stripped out, and a large amount of HP-specific customisation
> of the output. You should develop a PPD which is more suitable for your
> software.
>
>
> > -- The customers real complaint is that eventually they will be converting to
> > PDFA and they want to make sure that the proper original fonts get embedded in
> > the pdfa document. This may not be possible, I know as GS may need to do a font
> > substitution in order to embed a full font for PDFA.
>
> Ghostscript won't substitute in order to embed a full font. Substitution only
> takes place if a font is missing (or a substitution is explicitly created for a
> given font).
>
> Ghostscript and the pdfwrite device can't, generally, tell if a downloaded font
> is a subset. The fonts supplied in the PostScript file *are* subsets, but we
> can't tell that. So we embed what we are given and assume that the fonts are
> complete. In order to embed complete fonts you would need to alter the settings
> in the PostScript driver so that downloaded fonts (in this case TrueType) are
> not subset by the driver.
>
> Opening the original document with OpenOffice, and printing to file, I see that
> News Gothic still is not embedded, but this time a different font has been
> substituted for the bold text, instead of Arial Bold I get
> BasicSansHeavySF,Bold. Of course I don't actually have a copy of NewsGothic
> installed. Perhaps this is the problem, does the computer which created the
> PostScript file have News Gothic MT installed on it ?
----
That is what I want to know. Thanks. I will ask about what fonts are on the
customers computer. Looks like the issue is in the .doc to .ps conversion.
Thanks very much. I thought that font was embedded in the file. In Word there's
a little box in the "save" options that's checked saying fonts are embedded.
But that's my issue. Thanks again!
--
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