"I created PDF via Acrobat's PDFMaker yielding a file that does not preserve weight levels for Bahsnschrift .This yields exactly the same results as you described. Thus you and I are getting consistent results.
I then created PDF via Word's built-in “save as PDF” yielding pretty much the same results as created by Acrobat's PDFMaker!
My next attempt was to create PDF by printing to the Acrobat's Adobe PDF PostScript printer driver instance yielding pretty much the same results as created by Acrobat's PDFMaker!
Finally I tried creating PDF by printing to the (awful) Microsoft Print to PDFprinter driver instance yielding an output that resembles what you see in Word itself.
OK. What's going on.
Acrobat PDFMaker and Microsoft Save as PDF(built into Word) use exactly the same underpinnings to pass content onto the respective PDF creation process and as such, I am not surprised by the fact that the results are similarly wrong with bothof
these PDF creation methods. Apparently, Microsoft's Office Development group has not yet “hooked up” this output mechanism to know anything about OpenType Variablefonts. And thus, we get these very wrong results.
The Acrobat Adobe PDFprinting method to create PDF relies on Word creating GDI which the standard Microsoft-provided Windows PostScript driver converts to PostScript and
Acrobat Distiller converts to PDF. Clearly, Microsoft has not updated the driver to know anything about OpenType Variablefonts. If you print to any real PostScript printer that uses the standard Windows Type 3 printer driver PSCRIPT5.DLL,
you will get the same wrong results. There is nothing that Adobe by itself can do to fix this.
The Microsoft Print to PDFmethod relies on Word creating GDI which converted internally to XPS which the Microsoft Print to PDFtype 4 printer driver converts to PDF. Apparently, Microsoft has put at least some cognizance of OpenType Variable TrueTypetechnology into that driver (with some issues of course such as lack of hyperlinks)." :- Adobe