sungaila / PDFtoImage

A .NET library to render PDF files into images.
https://www.sungaila.de/PDFtoImage/
MIT License
176 stars 19 forks source link

Implement path resolution that accounts for shadow copying #3

Closed JohannesEH closed 3 years ago

JohannesEH commented 3 years ago

Fixes #2. There might be a better way of getting the bin folder that works across all conceivable execution contexts.

sungaila commented 3 years ago

Hi @JohannesEH,

thank you for fixing this issue. This might fix the problem someone else has when hosting his ASP.NET MVC web app.

JohannesEH commented 3 years ago

Yeah, that was the same problem I was seeing. After some investigating I found out that shadow copying was the culprit.

Thanks for accepting the fix! And thanks for making this project, is has helped me a lot the last week. 👍

Now I'm just waiting for the package to get through nuget.org. :)

sungaila commented 3 years ago

@JohannesEH Just uploaded the 1.1.2 package. Could you please double-check?

JohannesEH commented 3 years ago

Whoop it is there now. Thanks! :D