dnx50

Export to pdf using ASP.NET 5

五迷三道 提交于 2019-11-30 09:02:33
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

Export to pdf using ASP.NET 5

拜拜、爱过 提交于 2019-11-29 13:04:21
问题 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. 回答1: 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