HI, i'm using Docx4j v3.0.1 inside a .NET Web API project, which will be hosted on Azure App Services(so, no VMs with Windows installed orwith installed fonts, just a plain FTP). Because of that, i went the 'BestMatchingMapper()' way and after embedding the font into my .docx document, i've edited the docx4j.properties file and set the
- Code: Select all
docx4j.openpackaging.parts.WordprocessingML.ObfuscatedFontPart.tmpFontDir = D:\\home\\site\\wwwroot\\temp\\
(while it looks weird, this is the default path of Azure Web apps in which the ...