Search found 2 matches

by YannLR
Thu May 22, 2014 4:13 pm
Forum: GFL SDK
Topic: GFLAx - changing jpg resolution not working
Replies: 3
Views: 16375

Re: GFLAx - changing jpg resolution not working

Dear Pierre
i've the same problem but in classic asp script.
.LoadBitmap PathImage
.Xdpi = 72
.Ydpi = 72

if .width<> .height then 'l'image n'est pas carrée
if .width> .height then
NewCanvas = .width
newWidth = TailleFichier 'Get the height according to the width (keep the ratio)
newHeight ...
by YannLR
Fri Sep 21, 2012 5:52 am
Forum: GFL SDK
Topic: A trappable error
Replies: 0
Views: 12825

A trappable error

Bonjour
après avoir installé gflax sur mon serveur 2003 j'ai l'erreur suivante

Unexpected error

/index.asp

A trappable error (C0000005) occurred in an external object. The script cannot continue running.
Mon script est le suivant
Set ctrl = server.createobject("GflAx.GflAx")
File=request ...