![]() |
VOOZH | about |
dotnet add package MvcPdfActionResult --version 1.1.0
NuGet\Install-Package MvcPdfActionResult -Version 1.1.0
<PackageReference Include="MvcPdfActionResult" Version="1.1.0" />
<PackageVersion Include="MvcPdfActionResult" Version="1.1.0" />Directory.Packages.props
<PackageReference Include="MvcPdfActionResult" />Project file
paket add MvcPdfActionResult --version 1.1.0
#r "nuget: MvcPdfActionResult, 1.1.0"
#:package MvcPdfActionResult@1.1.0
#addin nuget:?package=MvcPdfActionResult&version=1.1.0Install as a Cake Addin
#tool nuget:?package=MvcPdfActionResult&version=1.1.0Install as a Cake Tool
For ASP.net 5 only: Generates pdf documents from your razor views within an asp.net 5 MVC project.Simply use return type as PdfActionResult in the controller will output PDF document instead of HTML. This converts HTML to PDF using the iTextXmlWorker Library.
This is a DNX (Asp.net vNext) implementation of MvcRazorToPdf by andyhutch77
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| DNX | dnx451 dnx451 is compatible. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
updated to RC1