Search found 1 match

by prohitkumar894
2016-06-14T03:42:10-07:00
Forum: Magick.NET
Topic: Image Magick Black bars coming
Replies: 1
Views: 13024

Image Magick Black bars coming

Hi Guys,

I am using ImageMagick dll in my ASP.NET MVC application. In our case we are getting SVG images from UI after that in the backend we are converting SVG to PDF in C# using ImageMagick. But some times I am getting black Bars. Any solution for this.

public void SVGtoPDF(string svg, string ...