0
thaithiendi created
Dear Support Team,
I'm using netstandard2.0. I want to generate a pdf file. How i can do it with abp.io?
- ABP Framework version: v4.4.0
- UI type: MVC
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): no
- Exception message and stack trace:
- Steps to reproduce the issue:"
4 Answer(s)
-
0
hi
There is a community post that you can refer to. https://community.abp.io/posts/generate-pdfs-in-an-abp-framework-project-using-scryber.core-x9yh1vfa
-
0
Dear maliming, I have read it before. But Scryber.Core just support netcoreapp3.1. I'm using netstandard2.0. Do you have any suggestion?
Package Scryber.Core 1.0.0.25 is not compatible with netstandard2.0 (.NETStandard,Version=v2.0). Package Scryber.Core 1.0.0.25 supports: netcoreapp3.1 (.NETCoreApp,Version=v3.1)
-
0
hi
You can try looking for some open-source libraries. I don't have any suggestions. This is mainly related to the NET Core rather than abp framework. : )
-
0
Thanks maliming.