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

Gravatar

Richard Moss

# Reply

Hello,

It should work if your application is 32bit as it's calling the 32bit version of Ghostscript (I haven't looked to see if there's a 64bit version of the library - if there is just replace the calls). As long as the correct DLL's are in your path, then it should work fine. But as I've noted multiple times above, I haven't tested this in a server environment at this point in time so I can't say for definite.

Regards; Richard Moss

Gravatar

Rafi

# Reply

You can solve this issue with following steps(If you are using Windows 7(64 bit) OS and IIS7 or above manager ) Pdf2Image should work with this settings

1)Visual Studio 2008 Project Properties : Go Build->Configuration Manager... Change 'AnyCPU' to x86 Click OK

2) IIS7 or above manager: Application Pool and select “Advanced Settings…” Change the “Enable 32-bit Applications” to True Click OK

Gravatar

Richard Moss

# Reply

Thanks for the information, hopefully this will help others!

IIS6 can also be set to run in 32bit mode, although it's a little more complicated than 7.