Search found 3 matches

by fredoche
2011-06-01T07:27:37-07:00
Forum: Windows COM+ & Visual Basic
Topic: Convert PDF to JPG using ASP classic
Replies: 19
Views: 136137

Re: Convert PDF to JPG using ASP classic

Hi

it seems that I have the solution :
this is the topic that led me to the right direction : https://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=16169


on the TEMP directory (c:\windows\temp for my server)
You need at least to give "change" rights to IUSR user (or any authenticated ...
by fredoche
2011-06-01T05:22:58-07:00
Forum: Windows COM+ & Visual Basic
Topic: Convert PDF to JPG using ASP classic
Replies: 19
Views: 136137

Re: Convert PDF to JPG using ASP classic

thanks for your answer nitech

The strange thing is for instance, you can convert jpg to pdf with asp and COM object, but not the opposite way
by fredoche
2011-06-01T01:38:31-07:00
Forum: Windows COM+ & Visual Basic
Topic: Convert PDF to JPG using ASP classic
Replies: 19
Views: 136137

Re: Convert PDF to JPG using ASP classic

Hello

Did someone find a solution ?
I have exactly the same problem after migrating on a brand new platform with IIS7-2008R2
I'm using latest versions of ghostscript and imagemagick object. Everything works well with command line and .vbs scripts, PDFs manipulations work, but in ASP, it doesn't.
No ...