0

I use EvoPDF in Asp.Net / MVC to convert HTML into PDF.

I would like to use Font Awesome icons, but they are not displayed in the PDF result, Although Bootstrap works correctly in the same context.

The bootstrap and fontawesome files are included in the same way :

<link rel="stylesheet" href="~/Content/fontawesome.css" />
<link rel="stylesheet" href="~/Content/bootstrap.min.css" />

Once rendered, the PDF shows grid layouts from bootstrap but not font awesome icons.

Matt Hooper
  • 103
  • 1
  • 9

0 Answers0