1

我从视图中使用 JSReport 生成 pdf。因为我的客户想要将此生成的 pdf 保存为 byte[],所以我正在寻找解决方案:这是我使用的代码:

[EnableJsReport(Recipe = "phantom-pdf")]
    public ActionResult Result()
    {
        ...
        return View();
    }

有什么解决办法吗?

4

0 回答 0