jsreport AspNetCore specify font



  • Has anyone been successful at specifying fonts for the jsreport AspNetCore? or is this available in the implementation yet?

    Where does he assets folder go in the project directory?

    This is the code

    var report = await rss.RenderAsync(new RenderRequest
    {
    Template = new Template
    {
    Recipe = Recipe.PhantomPdf,
    Engine = Engine.JsRender,
    Content = newstr,
    Phantom = new Phantom
    {
    Width = "2360px",
    Height = "2150px",
    Orientation = PhantomOrientation.Landscape
    }
    }
    });


Log in to reply
 

Looks like your connection to jsreport forum was lost, please wait while we try to reconnect.