/    Sign up×
Community /Pin to ProfileBookmark

Canvas Drawimage

Hey…

I have this line

[code]
Set oLogo = oDoc.OpenImage( Server.MapPath( “/rapporter/@sagsrapport/@_”& oupload.form(“SagsNr”) &”” & oupload.form(“Pict1”)))
oCanvas.DrawImage oLogo, “x=54;y=410;”

[/code]

I try to set the height and Width on image… but its not work how to set the width and height

to post a comment

3 Comments(s)

Copy linkTweet thisAlerts:
@SnookiewarauthorApr 16.2019 — I need a Guru :D to help me...

i have try so many metode, but no one works for me...

And if i search on it i dont get som solutions where works :(
Copy linkTweet thisAlerts:
@SnookiewarauthorApr 16.2019 — I have found this code

<i>
</i>Set Param = Pdf.CreateParam
Param("widht") = "100"
Param("Height") = "100"
Param("x") = "54"
Param("y") = "410"


And then i get this error

Microsoft VBScript runtime error '800a01a8'

Object required: ''

/demo_makeinvoice.asp, line 51

And the line 51 its
Set Param = Pdf.CreateParam

I dont understand why...

All i found on this way are no "
Copy linkTweet thisAlerts:
@BullschmidtJun 04.2019 — I think you needed a line like this first:

Set Pdf = Server.CreateObject("Persits.Pdf")
×

Success!

Help @Snookiewar spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 4.26,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...