Hi, my Windows VM has no fonts installed and I can’t access C:\Windows\Fonts.
Can I get soffice.exe to use fonts in a custom folder? My command is:
soffice.exe --headless --convert-to pdf --outdir "D:\home\site\wwwroot" "D:\home\site\wwwroot\mydoc.docx"
This command is OK on my local machine but on the server it fails with:
No fonts could be found on the system.
I’m trying to convert docs to PDF on an Azure App Service, it’s a Windows VM with no fonts installed. Thanks!