Re: Ghostscript/GhostPDL 9.22 Release Candidate 1
Ken Sharp <[email protected]> Thu, 21 Sep 2017 15:43:16 +0100
| Newsgroups | gmane.comp.printing.ghostscript.devel,gmane.comp.gnu.lilypond.devel |
|---|---|
| Message-ID | <[email protected]> |
At 21:43 21/09/2017 +0900, Masamichi Hosoda wrote:
>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.
It should. In this case, I believe it does not. No clue why at the moment
though.
Ken