Doubt in the implementation of Rotativa in asp net mvc 4

0

I have a problem with rotating PDF generation, where I am putting a color image but when generating the report it appears in black and white and not colored as it should appear. Is there any procedure to be done? I'm calling my image this way in my html file:

<div>
    <img src="@Server.MapPath("~/Images/logo_relatorio.png")"/>
</div>
    
asked by anonymous 18.11.2015 / 18:53

0 answers