Joachim Heiderich

Results 13 comments of Joachim Heiderich

Unfortunately the `WkhtmlDriver` class hardcodes an operating system directory to the `wkhtmltopdf` path. ``` if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { rotativaLocation = Path.Combine(wkhtmlPath, "Windows", "wkhtmltopdf.exe"); } else if (RuntimeInformation.IsOSPlatform(OSPlatform.OSX)) { rotativaLocation = Path.Combine(wkhtmlPath,...

Currently tried it with 3.2, because 4.0 is not marked as stable

Will this resolved with OpenTK 4 ?

@jvbsl can you show me how?

Unfortunately this only works on systems with a window system. On command line only servers this would not work or am I wrong here?

I never had a bot sending me images 😅

Can you share a working example?

That might be an option, but i rather prefer a pure dotnet implementation, so i dont't have to worry to ship the correct carabiner version for every platform

Hello @fgo-ableton is there any possibility to get a detailed protocol description?

Any news on this topic? This is a really useful feature!