Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #26427

    PD4ML.NET is changing the font displayed on the page even though it is standard ttf font which is “Times New Roman”.

    #28132

    Please check if you’ve used useTTF() API call to enable font embedding. And if so, any HTML example with corresponding PDF will help.

    #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]

Viewing 3 posts - 1 through 3 (of 3 total)

The forum ‘General questions / FAQ’ is closed to new topics and replies.