Office 2010 font embedding when exporting to PDF

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
danra
Newbie
Newbie
Posts: 1
Joined: Thu Sep 06, 2012 9:36 am

Office 2010 font embedding when exporting to PDF

Post by danra »

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
User avatar
dimesio
Moderator
Moderator
Posts: 13367
Joined: Tue Mar 25, 2008 10:30 pm

Re: Office 2010 font embedding when exporting to PDF

Post by dimesio »

File a bug.
Locked