I am using the following to save word to pdf:
private Microsoft.Office.Interop.Word.Application _wordApp;
_wordApp.ActiveDocument.EmbedTrueTypeFonts = true;
_wordApp.ActiveDocument.SaveAs2(MergedDocumentFullOutputPath, Microsoft.Office.Interop.Word.WdSaveFormat.wdFormatPDF);
I am able to save as pdf but few fonts are not embedding. I want to embed the system fonts too if possible.
Word 2013-2016 does not support font embedding using Open Type Fonts (.otf) or other formats, it only fully supports it using TrueType Fonts (.ttf).
To fix the problem, all you have to do is follow this simple steps:
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With