Search found 2 matches

by jason.shallcross
2012-03-12T02:34:03-07:00
Forum: Bugs
Topic: PDFs on IIS
Replies: 2
Views: 5039

Re: PDFs on IIS

If anyone is interested - I gave up trying to get it to work properly.

Instead, I'm using Ghostscript on it's own to create a JPG, caching that and then using ImageMagick to manipulate that as a separate process.

It's annoying, and a lot more code - but at least it works.
by jason.shallcross
2012-03-01T03:25:37-07:00
Forum: Bugs
Topic: PDFs on IIS
Replies: 2
Views: 5039

PDFs on IIS

I'm trying to do various image manipulations on PDFs, and it works absolutely fine on Linux, but not on IIS. ImageMagick works fine with other file formats. GhostScript works fine when called directly. I can even pipe the results from GhostScript to ImageMagick. But when I try getting ImageMagick to...