Search found 1 match
- Tue Jul 20, 2021 5:07 am
- Forum: HTML to RTF .Net
- Topic: HTML to RTF not working in Docker container
- Replies: 1
- Views: 1796
HTML to RTF not working in Docker container
Hi all, I've got a bit of a weird problem - I have a .NET 5.0 service that converts some HTML to RTF as part of it's responsibilities. This works fine when I run it locally on my machine (Linux), however when I run the same service dockerised, the OpenHtml() method returns false - indicating it can'...