I am using the ps2pdf14 utility that comes with GhostScript and I have a font problem.
It doesn't seem to matter what instructions I pass to the team, it insists on a subset of any fonts that it finds in the original document.
eg
-dPDFSETTINGS # / prepress -dEmbedAllFonts # true -dSubsetFonts # false -dMaxSubsetPct # 0
Please note that # is because the command is run in windows, it is the same as =.
If anyone knows how to say ps2pdf so as not to multiply fonts, I would be very grateful.
thanks
-------------------------- Notes -------------------- --- -------------------
The source file is a pdf containing embedded fonts, so these are fonts already embedded in the source file, which I need to prevent a subset of in the target file.
Currently, all source file embedded fonts are subsets, in some cases this is not obvious from the font name, i.e. does not contain a hash, and at first glance appears as a full font, however, the widths array was a subset in all cases.
Gavin source share