Search found 7 matches

by Allanxxx
Thu Mar 28, 2019 3:58 am
Forum: Image Processing & Document Imaging
Topic: Missing method for GDPictureimaging dot net
Replies: 2
Views: 10606

Re: Missing method for GDPictureimaging dot net

Problem Resolved. The issue is the distribution of GDPicture DLL files. I thought all I need to do was copy GdPicture.Net.14.dll over to the other machine but I need to copy GdPicture.NET.14.filters.64.dll and GdPicture.NET.14.image.gdimgplug.dll as well. This is clearly mentioned in the redistribut...
by Allanxxx
Wed Mar 27, 2019 11:46 pm
Forum: Image Processing & Document Imaging
Topic: Missing method for GDPictureimaging dot net
Replies: 2
Views: 10606

Missing method for GDPictureimaging dot net

Hi, I successfully tested a Powershell script to modify a TIF image in one windows Machine but when I try it on another I get a message saying: [GdPitcure14.GdPictureImaging] does not contain a method named 'new' Here is the code: ---------------------------------------------------------------------...
by Allanxxx
Wed Mar 27, 2019 9:08 pm
Forum: Image Processing & Document Imaging
Topic: PowerShell dot net example
Replies: 5
Views: 12585

Re: PowerShell dot net example

Thanks Gabriela, it worked! :) . Here is the code for powershell to change a Tiff image: ------------------------------------------------------------------------------------------------------------------------------- add-type -Path "C:\users\allan martin\desktop\GdPicture.NET.14.dll" $GB =...
by Allanxxx
Mon Mar 25, 2019 11:33 pm
Forum: Image Processing & Document Imaging
Topic: PowerShell dot net example
Replies: 5
Views: 12585

Re: PowerShell dot net example

Thanks for the quick response Gabriela, I downloaded and applied GdPicture.net.14.dll with the temporary license key and the image is still not modified. Maybe I'm not saving it correctly or specifying the correct functions (even though I am not getting any errors). All it does is create a new image...
by Allanxxx
Mon Mar 25, 2019 7:23 am
Forum: Image Processing & Document Imaging
Topic: PowerShell dot net example
Replies: 5
Views: 12585

PowerShell dot net example

Hi I'm learning dot net and I was trying to test a simple PowerShell Script to draw something on a TIF. I don't get any error messages but the image is only copied and not modified. Here's my code: add-type -Path "C:\users\allan\desktop\GdPicture.NET.10.dll" $GB = [GdPicture10.GdPictureIma...
by Allanxxx
Fri Jan 25, 2008 3:51 am
Forum: Image Processing & Document Imaging
Topic: Web enable your application
Replies: 5
Views: 3663

Re: Web enable your application

Thanks as always Loic... It looks like the samples you gave me require the OCX to be downloaded and registered on the client machine. I was hoping to achieve this without having to do that. Will version 5 allow my team members to access the features of the OCX without downloading and registering? Th...
by Allanxxx
Tue Jan 22, 2008 6:55 am
Forum: Image Processing & Document Imaging
Topic: Web enable your application
Replies: 5
Views: 3663

Web enable your application

I created a nice small VB6 application. My team likes it. I think the real answer though is developing a web enabled app (no client install, no update hassles, no problem with distribution and the list goes on...). My question to you is: Has anyone written a web enabled app using the GdPicture Pro O...