1

I have problems to include dynamicaly generated image in PDF.
Our intranet is hosted on SSL site and if I include image from HTTPS link I get error:
Impossible to load the image https://................
If I move code on regular HTTP site there is no error and PDF is generated.
For testing I used your code from exemple09.php and get same results. In both cases code was on / directory of the site.

Any suggestions?

P.S. Sorry. I didn't notice that I have to include version in title. I have version 3.24

2

Might not be very useful to you, but what browser are you using ?

Someone in this topic topics/124172-v201-https-ie8-et-html3pdf-page-blanche reported a problem with IE8 only and https.
He wasn't experiencing any error with IE7 or firefox.

It might be linked.

3

Indeed I'm using IE8 but ... I don't think that IE is a problem. I tested the same page with Chrome and Firefox and always get this error:

ERREUR n�6
Fichier : /???/???/html2pdf/html2pdf.class.php
Ligne : 1694

Impossible de charger l'image http://https://??????.igmat.si/html2pdf/exemples/res/exemple09.png.php?px=5&py=20

4

Our site is authenticated with kerberos and active directory and it seems that there is a problem. If authentication is disabled, PDF is generated. So I have to investigate further.

Any suggestions?

5

For now my solution is writing image into temporary file.