CSHTML到PDF (MVC Core)

该代码示例演示了将视图转换为PDF的过程。

两个软件包 IronPdf.Extensions.Mvc.CoreIronPdf 协同工作,以实现将视图渲染为 PDF。 IronPdf.Extensions.Mvc.Core 包是 IronPdf 的扩展,能够将视图渲染为 PDF。

Use the RenderRazorViewToPdf method to render Views to PDFs. This method requires an IRazorViewRenderer, the path to the ".cshtml" file, and the data required to display on the ".cshtml" file. Please visit the How to Convert View to PDF in ASP.NET Core MVC how-to article to learn more.

This action also enables you to access the full range of features provided by the RenderingOptions class, such as applying page numbers in PDFs with IronPDF, adding text and HTML headers and footers with IronPDF, and customizing PDF paper size. The resulting PDF document can be further edited or exported as needed.

学习在 ASP.NET MVC Core 中将 CSHTML 视图转换为 PDF。

准备开始了吗?
Nuget 下载 17,803,474 | 版本: 2026.3 刚刚发布
Still Scrolling Icon

还在滚动吗?

想快速获得证据? PM > Install-Package IronPdf
运行示例看着你的HTML代码变成PDF文件。