I'm using Magick.NET-Q16-HDRI-AnyCPU and I'm setting the gs directory in code and pointing at gsdll32.dll. The project is an asp.net site.
I'm generating a png from a PDF with some custom fonts. I've installed the fonts on my system and ImageMagick/Ghostscript seems to render them all correctly except one. Is there a way in your API to pass command line params to gs? Specifically I want to try "-sFONTPATH=%windir%/fonts -dEmbedAllFonts=true"
Or better yet is there a way I can specify a font map using MagickNet?
Thanks!
I'm generating a png from a PDF with some custom fonts. I've installed the fonts on my system and ImageMagick/Ghostscript seems to render them all correctly except one. Is there a way in your API to pass command line params to gs? Specifically I want to try "-sFONTPATH=%windir%/fonts -dEmbedAllFonts=true"
Or better yet is there a way I can specify a font map using MagickNet?
Thanks!