Export to pdf using ASP.NET 5
I am working on MVC 6 application(DNX Core 5.0 framework). Unfortunately, I don't find any library for pdf export. Any help will be appreciated. If you must rely on Core you'll have two options: 1 - Wait a bit Core is still RC1, slowly moving to RC2, and you won't find much libs really soon. Since .NET Core is taking much attention, first libs should come out in a few months, but I'd guess you'll have to wait for at least RC2 release. 2 - Fork (or similar) You can grab an open-source project that best fits your needs, fork (if on GitHub) or just download and start updating to .NET Core. I've