davidkdb
davidkdb
Hi, We are in a Catch-22 situation. One of our customers has a shop where the status is "Payment required". It seems to be closed. But they have not uninstalled...
Hi, I think this happened in 5.18.2, and it's the same in 5.18.3. It worked in 5.17.0. We're using .NET 3.1 ``` public ActionResult App(string access) // Check if authentic...
Hi, We have an issue with for example Chinese characters. We have solved it for this specific scenario by using font fallback: .Fallback(x => x.FontFamily("Microsoft YaHei")) Of course now the...