This is by no means the best project layout or use of object and resources but is intented to showcase the idea of using the library DinkToPdf and how to run it in a Docker container.
- Clone repo.
- dotnet restore restore
- dotnet build
- dotnet run
docker build -t pdfdemo:1 .
Then after built and tagged.
docker run -p 89:80 pdfdemo:1
Then open a browser and navigate to http://localhost:89/api/values
and the generated file will be downloaded.