Re: Ghostscript/GhostPDL 9.22 Release Candidate 1
Masamichi Hosoda <[email protected]> Thu, 21 Sep 2017 21:43:37 +0900 (JST)
| Newsgroups | gmane.comp.printing.ghostscript.devel,gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
> So the question then becomes 'why are the fonts subset ?' That's a > really good question, and the answer is that I don't know. Its > possible that there is a genuine pdfwrite bug here. The piece of > information I'm missing is the step used to create the PDF files from > the EPS files, I don't know how you are doing that. We use the following command to convert from EPS to PDF. $ gs -dSAFER -dEPSCrop -dCompatibilityLevel=1.4 -dNOPAUSE -dBATCH -r1200 -dSubsetFonts=false -sDEVICE=pdfwrite -dAutoRotatePages=/None -sOutputFile=filename.pdf -c.setpdfwrite -ffilename.eps We believed that Ghostscript generates full font embedded (non-subset) PDF when `-dSubsetFonts=false` is specified.