You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@ Library can be installed through Nuget. Run command bellow from the package mana
9
9
PM> Install-Package DinkToPdf
10
10
```
11
11
12
+
Copy native library to root folder of your project. From there .NET Core loads native library when native method is called with P/Invoke. You can find latest version of native library [here](https://github.com/rdvojmoc/DinkToPdf/tree/master/v0.12.4)
13
+
12
14
### IMPORTANT
13
15
Library was NOT tested with IIS. Library was tested in console applications and with Kestrel web server both for Web Application and Web API .
0 commit comments