Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FPDF in ASP Image Problem

Status
Not open for further replies.

xeva1981

Programmer
Dec 29, 2008
1
GR
i use FPDF in asp library for creating pdf files. all seams to work fine except images.
When i try to insert an image i get the following error:

Response object error 'ASP 0106 : 80020005'

Type Mismatch
/fpdf_tool/fpdf.asp, line 945
An unhandled data type was encountered

the line that gives me the error is:
Response.BinaryWrite(outB.Read())

and the code i use in my page for inserting the image is the following:

pdf.image "Icon_snowflake.jpeg",10,8,33

Could you please HELP???
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top