![]() |
#1
|
|||
|
|||
![]()
Hello,
I am trying to work with imageMagick and VBA Access - I registerd the ImageMagickObject.dll and put it in the VBA Library I get this error warning : 429 Cannnot create object through activex component My Code: Dim img As New ImageMagickObject.MagickImage Dim path As String Dim output As String Dim RetVal As Object Sub tests() path = "C:\Users\ged\Desktop\PDF VBA\PrivatRente.pdf" output = "C:\Users\ged\Desktop\PDF VBA\PrivateRente2.pdf" 'Set img = New ImageMagickObject.MagickImage img.Compare (path) RetVal = img.Convert(path, output) Set img = Nothing End Sub |
#2
|
||||
|
||||
![]()
As advised on the board's home page:
Please visit AccessForum.net for Access related discussions.
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
acccess, imagemagick, vba |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Excel ADO query from Access Not Working | bconner | Excel Programming | 0 | 03-22-2017 09:29 AM |
![]() |
Beesoy06 | Outlook | 2 | 03-23-2015 09:01 PM |
Printing image in Word not working correctly | reportmaster | Word | 1 | 02-09-2015 10:18 PM |
Losing image resolution when inserting image into MS word (2011: Mac) | Mario.N | Drawing and Graphics | 0 | 11-23-2014 02:38 AM |
Access 2007 Upgrade After Initial Install - Access 2003 Won't Remove | wcb | Office | 1 | 01-25-2010 04:08 AM |