sungaila / PDFtoImage

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

Update NativeMethods.cs #16

Closed michalblaha closed 2 years ago

michalblaha commented 2 years ago

In Docker (ubuntu 20.04), when .net console app with PDFtoImage is call from another application, workingDirectory is not setup.

new line workingDirectory = workingDirectory ?? AppContext.BaseDirectory;

adds starting directory of application and fixes the issue.

michalblaha commented 2 years ago

@sungaila David, when you plan to release new version (& Nuget) with this fix?

sungaila commented 2 years ago

@michalblaha Version 2.1.2 has been released yesterday. :-)