1

Hello,

could you please provide me an example how to create a pdf file with images? Like Example0 or Example1 shows it on this page: http://html2pdf.fr/en/example

Thanks in advance!

2

have you look at the examples on the directory "exemples" ?
Ancien pseudo : lolo

3

Not a bad idea. Thanks!

4

Il est parfois assez surnaturel ce forum. Si ça se trouve, il y a plein de questions qui ne sont même pas posées ici parceque les gens n'arrivent pas à trouver comment s'inscrire sur le forum, taper un message dans le formulaire ou cliquer sur le bouton "Envoyer" grin
avatar
All right. Keep doing whatever it is you think you're doing.
------------------------------------------
Besoin d'aide sur le site ? Essayez par ici :)

5

I'm receiving the folowing error:

ERREUR n�7
Fichier :/test/htdocs/nextRelease/html2pdf/html2pdf.class.php
Ligne : 4785

le contenu d'une balise TD ne rentre pas sur une seule page

Unfortunatelly Im not speaking French. Do you have some idea why this built-in example shouldnt work?

Thanks!

6

what is the exact version of PHP that you are using ? because some versions of PHP have pb with cloning objects.

you try this hack : topics/135573-pb-avec-hebergeur-free/2#36

./4 => je sais... je ne relève même plus maintenant sad
Ancien pseudo : lolo

7

I have this version on my server:
PHP 5.1.6 (cli) (built: Nov 13 2010 16:05:12)

8

php <5.2 have the cloning object problem...

try this hack : topics/135573-pb-avec-hebergeur-free/2#36
Ancien pseudo : lolo

9

Spipu (./6) :
what is the exact version of PHP that you are using ? because some versions of PHP have pb with cloning objects.

you try this hack : topics/135573-pb-avec-hebergeur-free/2#36

./4 => je sais... je ne relève même plus maintenant sad


Nice, the exaples are working!
Thanks!