However, I cannot see how this is done in IEvolution. I do not see either the TIEMiscPluginsImageMagick.RegisterPlugin or the IEAutoLoadIOPlugins methonds. In fact I do not see the TIEMiscPluginsImageMagick class at all. I have IEvolution 4.4.0.0 installed.
1 L A T E S T R E P L I E S (Newest First)
xequte
Posted - Aug 10 2014 : 17:19:10 Hi
I have responded to your email with an updated download.
After installing ImageMagick and Ghostscript, you can load PDF files as follows:
// Rasterize page 5 of mybook.pdf at 200dpi
MiscPluginsImageMagick.RegisterPlugin();
ieViewer1.Image.IOParams.ImageIndex = 5;
ieViewer1.Image.IOParams.Dict.Insert("PDF:Density", 200);
ieViewer1.Image.LoadImage("mybook.pdf”);