Summary: | pdfwrite messes up font encoding | ||
---|---|---|---|
Product: | Ghostscript | Reporter: | Werner Lemberg <wl> |
Component: | PDF Interpreter | Assignee: | Chris Liddell (chrisl) <chris.liddell> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | chris.liddell, ghostpdl-bugs |
Priority: | P4 | ||
Version: | master | ||
Hardware: | PC | ||
OS: | Linux | ||
Customer: | Word Size: | --- | |
Attachments: |
gs.zip
reduced simplified file |
Description
Werner Lemberg
2023-04-06 13:28:12 UTC
(In reply to Werner Lemberg from comment #0) > Unpack the attached archive in a new directory and say > > ``` > sh call-gs.sh > ``` Don't worry for this one, but could you please just give the Ghostscript command line please, instead of a shell script. Not everyone runs Linux. Here is the command in the `.sh` file as single, long line for Windows: ``` gs -dBATCH -dNOSAFER -dNOPAUSE -sDEVICE=pdfwrite -sOutputFile=lilypond-gs.pdf -I .\font lilypond.pdf ``` Note that it works just fine using gs version 9.56.1, together with `-dNEWPDF=false`. Created attachment 23981 [details]
reduced simplified file
OK so this isn't (as far as I can tell) anything to do with pdfwrite. The attached simplified file has a single glyph, oacute (octal 363 in WinAnsiEncoding) and that renders blank, presumably because we're getting a /.notdef.
A
Confirmed, thanks! |