我尝试使用MvcRazorToPdf,我可以生成邮件合并字母。我的目标是在下载文件后我想从控制器返回json消息。怎么做?
Controller: [how to convert the below lines to generate pdf and download without return]
return new PdfActionResult(pdfres, (writer, document) =>
{
document.SetPageSize(new Rectangle(PageSize.A4));
document.NewPage();
})
{
FileDownloadName = "ElanWasHere.pdf"
};
感谢您的帮助。感谢