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

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 PDF display in IEvolution 4.4.1.0

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

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