
I've a word file where I'm populating values from Dynamics 365 using Power Automate. I've installed MICR font in my ms word app(MICR is not default fonts available in word). I've uploaded my word file in sharepoint.
I've mapped the fields correctly ms word in power automate but when I try to convert this word to pdf then all fonts display correctly except for the MICR font. I've identified that MS Word doesn't support third-party font installation in the web version.
Question- Is there any way that I can convert my word file to pdf with MICR font properly?
I've found the solution for above issue
We need to embed the fonts in the Word documents first, save the file and then Convert it.
Font embeded will ensure that the fonts used in your document are included within the document file itself.
To embed fonts in ms word you can do the following:
Open your Word document.
Go to "File" and select "Options."
In the Word Options dialog box, go to the "Save" tab.
Check the box that says "Embed fonts in the file."
Save your document.
now after embedding the fonts, try converting the Word document to PDF again wherever you want. This should help preserve the MICR font during the conversion process and ensure that it displays correctly in the resulting PDF file.
Thanks to @CFernandes for the help