![]() |
VOOZH | about |
dotnet add package MvcRazorToPdf --version 1.0.2
NuGet\Install-Package MvcRazorToPdf -Version 1.0.2
<PackageReference Include="MvcRazorToPdf" Version="1.0.2" />
<PackageVersion Include="MvcRazorToPdf" Version="1.0.2" />Directory.Packages.props
<PackageReference Include="MvcRazorToPdf" />Project file
paket add MvcRazorToPdf --version 1.0.2
#r "nuget: MvcRazorToPdf, 1.0.2"
#:package MvcRazorToPdf@1.0.2
#addin nuget:?package=MvcRazorToPdf&version=1.0.2Install as a Cake Addin
#tool nuget:?package=MvcRazorToPdf&version=1.0.2Install as a Cake Tool
Create pdf documents within an asp .net mvc project by generating your views as normal but returning a PdfActionResult.
This converts regular produced razor/html to pdf documents in the browser using the iTextXmlWorker.
Please see the following URL for instructions and a demo link:
https://github.com/andyhutch77/MvcRazorToPdf.
This uses the newer version/licence of iText/iTextXmlWorker and can process the html that is produced from your views.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET Framework | net40 net40 is compatible. net403 net403 was computed. net45 net45 was computed. net451 net451 was computed. net452 net452 was computed. net46 net46 was computed. net461 net461 was computed. net462 net462 was computed. net463 net463 was computed. net47 net47 was computed. net471 net471 was computed. net472 net472 was computed. net48 net48 was computed. net481 net481 was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
As per:
https://github.com/andyhutch77/MvcRazorToPdf/pull/14
https://github.com/andyhutch77/MvcRazorToPdf/pull/17
Resolved issues thanks to ElanHasson.
https://github.com/andyhutch77/MvcRazorToPdf/issues/11
https://github.com/andyhutch77/MvcRazorToPdf/issues/12
https://github.com/andyhutch77/MvcRazorToPdf/issues/13
https://github.com/andyhutch77/MvcRazorToPdf/issues/15