Search found 4 matches

by dblalock
Fri Mar 26, 2021 1:01 am
Forum: Image Processing & Document Imaging
Topic: GdPictureDocumentConverter HTML
Replies: 2
Views: 6115

Re: GdPictureDocumentConverter HTML

Hello Olivier, Problem is resolved for the next minor release. If you want an immediate solution please replace: using (Stream inputStream = File.Open("input.html", System.IO.FileMode.Open) ) by using (Stream inputStream = File.Open("input.html", System.IO.FileMode.Open, FileAcc...
by dblalock
Fri Mar 26, 2021 12:52 am
Forum: Feature Requests
Topic: Get GdPicture.NET as a (set of) NuGet packages
Replies: 25
Views: 33119

Re: Get GdPicture.NET as a (set of) NuGet packages

Would really like this as well.
by dblalock
Fri Mar 26, 2021 12:50 am
Forum: Feature Requests
Topic: MSG file support
Replies: 18
Views: 18741

Re: MSG file support

Would like to see this supported as well.
by dblalock
Sat Aug 01, 2020 1:28 am
Forum: General discussions
Topic: Linux Support
Replies: 6
Views: 42174

Linux Support

Is there any plans to support applications running on linux? The .Net Core version is available but doesn't actually support the cross-platform capability of .Net Core -- not even the light .Net Core windows docker image. Competitors support this so I was curious if we're going to see it any time so...