Hi,
I'm trying to export office files to PDF using Office 2010 on Wine.
The export works, but in contrast to the behavior on Windows, the fonts don't get embedded in the resulting PDF.
After replacing t2embed.dll with a version from windows, the embedded font entry is created in the PDF, but is effectively empty:
5 0 obj
<</Type/Font/Subtype/TrueType/Name/F1/BaseFont/ABCDEE+Calibri/Encoding/WinAnsiEncoding/FontDescriptor 6 0 R/FirstChar 32/LastChar 55/Widths 17 0 R>>
endobj
6 0 obj
<</Type/FontDescriptor/FontName/ABCDEE+Calibri/Flags 32/ItalicAngle 0/Ascent 750/Descent -250/CapHeight 750/AvgWidth 521/MaxWidth 1743/FontWeight 400/XHeight 250/StemV 52/FontBBox[ -503 -250 1240 750] /FontFile2 18 0 R>>
18 0 obj
<<>>
endobj
Note the empty object 18.
I suspect an issue is in wineps.drv, but I'm not really sure. Would very much appreciate further insights.
Thanks,
Dan