0
wai created
Could you please give an example and a rule for creating a document form for printing in ABP?
- ABP Framework version: v2.9.0
- UI type: MVC
- Tiered (MVC) or Identity Server Seperated (Angular): no
15 Answer(s)
-
0
Can you explain in detail? Do you mean export ppt?
-
0
Creating a printed invoice, order, order list
-
0
Hi,
ABP has no restrictions on this, you can use any way you favorite.
LIke : https://blog.elmah.io/generate-a-pdf-from-asp-net-core-for-free/
-
0
- I installed the NuGet package:
Install-Package Wkhtmltopdf.NetCore
- Called the AddWkhtmltopdf method in the ConfigureServices method in Startup.cs
- I downloaded the latest version of wkhtmltopdf for Windows from https://wkhtmltopdf.org and placed it in the wkhtmltopdf \ Windows directory in the project folder Where in which controller do I need to call the constructor?
-
0
-
0
Your example does not work; the test controller does not see
-
0
-
0
-
0
-
0
Please update your solution on github, it seems to me that you push an incomplete solution
-
0
-
0
-
0
-
0
Thanks now it works :) We will understand. Have a nice day
-
0
I'm closing this question.
You can also use PdfSharpCore library if you want to generate PDF in cross-platform. https://www.nuget.org/packages/PdfSharpCore/