PDF export converts music font to raster
Steps:
1- Open a score; insert notes and articulations (for example);
2- Export as pdf.
Result:
- The music font (Emmentaler, for example) is not embedded in the pdf;
- All symbols from the music font (e.g. noteheads, articulations, et cetera) are converted to bitmap images. See attached image.
[The situation is even worse (lower resolution bitmaps) when using a pdf printer]
Windows 8.1, commit efc6bcc
Attachment | Size |
---|---|
pdfexport.png | 14.8 KB |
Comments
Sorry, the correct number for the commit is:
7fbf11fd4
This also makes the files about 2.5 times bigger (a one page score grew from 35k to 87k)
And much larger when using a PDF printer (in this example 1M, using CC PDF Printer)
I wonder whether a4f311c changes something here?
My understanding is that this commit is a quick patch to let the user choose the resolution of the pixmap in the PDF file. But the root problem still exists, the musical symbols are now raster and the musical fonts are not saved in the PDF file.
Also the same root problem causes the musical symbol to be exported as raster in SVG file too.
9e84592 should fix this, when exporting to PDF, but not when using a PDF printer
Automatically closed -- issue fixed for 2 weeks with no activity.