I am calling wkHTML2PDF in a Web App (via Shell) running on Windows Datacenter 2019 with HTML documents that contain a limited set of ~30 fonts.
I have downloaded these 30 fonts and placed them into the C:\Windows\Fonts\
directory. My problem is that some of the fonts are not being reflected in the resulting PDF file.
Is there some other location for fonts in Windows, or some way to force an application to see the local fonts?
FWIW, here are the fonts I am using:
myArray.AddRow("Andale Mono")
myArray.AddRow("Arial Black")
myArray.AddRow("Arial")
myArray.AddRow("Baskerville")
myArray.AddRow("Brush Script MT") 'not displaying in PDF
myArray.AddRow("Calibri") 'not displaying in PDF
myArray.AddRow("Calisto MT") 'not displaying in PDF
myArray.AddRow("Century Gothic") 'not displaying in PDF
myArray.AddRow("Comic Sans MS")
myArray.AddRow("Courier New")
myArray.AddRow("Courier")
myArray.AddRow("Didot")
myArray.AddRow("Garamond") 'can not displaying in PDF
myArray.AddRow("Georgia")
myArray.AddRow("Helvetica")
myArray.AddRow("Impact")
myArray.AddRow("Lucida Bright") 'not displaying in PDF
myArray.AddRow("Lucida Handwriting") 'not displaying in PDF
myArray.AddRow("Lucida Sans") 'can not displaying in PDF
myArray.AddRow("Luminari")
myArray.AddRow("Microsoft Sans Serif")
myArray.AddRow("Monaco")
myArray.AddRow("Optima")
myArray.AddRow("Palatino")
myArray.AddRow("Rockwell")
myArray.AddRow("Snell Roundhand")
myArray.AddRow("Tahoma")
myArray.AddRow("Times New Roman")
myArray.AddRow("Trebuchet MS")
myArray.AddRow("Verdana")