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 #15

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.