ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
Forum membership is Free!  Click Join to sign-up
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDF display in IEvolution 4.4.1.0
 New Topic  Reply to Topic
Author Previous Topic Topic Next Topic  

eljainc

23 Posts

Posted - May 16 2016 :  14:34:35  Show Profile  Reply
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.

xequte

38988 Posts

Posted - May 17 2016 :  23:21:34  Show Profile  Reply
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
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
Jump To: