You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On further investigation I think the problem is actually with word/settings.xml so that, although officer includes the embedded fonts, the embedded font setting isn't chosen meaning that the fonts are lost as soon as the document is opened and auto-saved. I have a basic fix that I'll post when I'm back on my main computer next week.
read_docx checks to see if there are embedded fonts. If there are, it looks up what the embedded font save settings are and copies these settings using docx_settings.
This is my first pull request, so if I've done something wrong, I apologise.
Problem
Word allows fonts to be embedded in .docx documents, however
read_docx
does not support thisReprex
Related
See officedown issue 137
The text was updated successfully, but these errors were encountered: