使用服务器ii7上的ephtmltopdf库在生成的PDF中未应用Web字体

时间:2017-02-15 09:09:10

标签: c# css pdf

我们在外部样式表

中使用过
    @font-face 
{
    font-family: "MuseoSans100";
    src: url("MuseoSans_100-webfont.eot");      
    src: url("MuseoSans_100-webfont.eot?iefix") format("eot"), 
         url("MuseoSans_100-webfont.woff") format("woff"), 
         url("MuseoSans_100-webfont.ttf") format("truetype"), 
         url("MuseoSans_100-webfont.svg#webfont") format("svg"); 
    font-weight: normal;
    font-style: normal;         
}

在我们的html页面中,我给出了样式表的路径。

PDF文件在我的本地,开发服务器和测试服务器上正确显示。但是当我们在预览网站上添加包时。在webfont上面生成的pdf未应用之后,我们发现了一个问题。

0 个答案:

没有答案