当有多于一页时,Rotativa 会破坏 HTML

我正在使用 Rotativa 从 HTML 创建 pdf,我的代码如下所示


     var CustomSwitches = "--footer-right \"Date: [date] [time]\" " + "--footer-center \"Page: [page] of [toPage]\" --footer-line --footer-font-size \"9\" --footer-spacing 5 --footer-font-name \"calibri light\"";


    var rotativaOptions = new DriverOptions { CustomSwitches = CustomSwitches,PageSize = Size.A4};


    return new ViewAsPdf("~/Views/Partials/Report/SummaryReportspdf.cshtml")

    {

        RotativaOptions = rotativaOptions

    };

对我来说一切看起来都不错,但是当超过一页时,页面会分页。它看起来像下图

http://img1.mukewang.com/617dfaba000176a508250214.jpg

我该如何解决这个问题?


交互式爱情
浏览 166回答 2
2回答
打开App,查看更多内容
随时随地看视频慕课网APP