While we appreciate comments from our users, please follow our posting guidelines. Have you tried the Cyotek Forums for support from Cyotek and the community?

Styling with Markdown is supported

Original Comment

userMVC

# Reply

I use Ghostscript in my asp.net mvc application. Wich is placed on the server. Ghostscript works but not all PDF files for some of the files I get the message Failed to Process .. Ghostscript command. "For others it is all good. I use the following settings   Pdf2ImageSettings see = new Pdf2ImageSettings              {                 Dpi = 100;                  ImageFormat = ImageFormat.Jpeg,                  PaperSize = PaperSize.Foolscap              }; Has anyone had this problem