T O P I C R E V I E W |
eljainc |
Posted - May 16 2016 : 14:34:35 Hello,
I have the following code in my program that uses IEvolution:
bool loaded = HiComponents.IEvolution.MiscPluginsImageMagick.RegisterPlugin(); if (!loaded) { MessageBox.Show("The ImageMagick plugin has not been registered. PDFs will not be viewable on this screen"); }
When I later issue a command like this
ieViewer1.Image.LoadImage(faxPath + "processed\\" + pdfdocumentname);
to display a PDF in an ieViewer window, nothing loads. I have tried this on several machines and it works fine.
I have installed the ImageMagic DLL program.
Yet, I still have problems in viewing the PDFs through iEvolution.
Any help would be most appreciated.
|
1 L A T E S T R E P L I E S (Newest First) |
xequte |
Posted - May 17 2016 : 23:21:34 Hi
Firstly, ensure you have installed the version of ImageMagick that matches the bitness of your application (not the O/S). I.e. if you are creating a 32bit app you need the 32bit ImageMagick.
Secondly, for PDF support you also need GhostScript to be installed.
Nigel Xequte Software www.xequte.com nigel@xequte.com
|
|
|