HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › General questions / FAQ › PD4ML.NET font issue › Re: Re: PD4ML.NET font issue
October 6, 2010 at 23:31
#28133
Thank you for your response Victor
Here is the same I am using — font directory = “C:windowsFonats)
[language=vb.net]If (fontsDir <> Nothing AndAlso fontsDir.Length > 0) Then
pd4ml.useTTF(fontsDir, True)
End If[/language]