Wkhtmltopdf.NetCore-deprecated icon indicating copy to clipboard operation
Wkhtmltopdf.NetCore-deprecated copied to clipboard

Not loading Css/Js from my Razor view

Open pauljame opened this issue 2 years ago • 1 comments

Hey,

I have that files included on my view

<head>    
    <title>test</title>
    <meta http-equiv="x-ua-compatible" content="ie=edge">  
    <link rel="stylesheet" href="~/css/normalize/normalize.min.css" />   
    <script src="~/lib/jsbarcode/JsBarcode.itf.min.js"></script>    
</head>

My pdf generated did not included css and js... I was using Rotativa like that and it worked there... What am I doing wrong?

pauljame avatar Aug 17 '21 20:08 pauljame

Same problem here...

Rufistofeles avatar Dec 01 '21 21:12 Rufistofeles