1


Hi,

Thank you for this great tool, it is amazing.

I am using this tool to create a PDF from a utf8 html page and all things goes fine, but the problem is with the [[page_nb]] and [[page_cu]].

When I put them in the footer it appears fine but when I print it, it gives me garbage even if I print it as image!!!!!!

what is the problem with the printing?? all the text, numbers and images viewed and printed fine, but the page numbers are viewed fine but printed garbage!!!

2

what do you mean by "printed garbage" ? can you giv e a example ?
Ancien pseudo : lolo

3

tromb Fichier joint : exemple03.pdf

this one is the file created by the class:

$html2pdf = new HTML2PDF('P','A4', 'en', false, 'ISO-8859-1', 3);
$html2pdf->pdf->SetDisplayMode('fullpage');
$html2pdf->setDefaultFont('times');
$html2pdf->writeHTML($content, isset($_GET['vuehtml']));
$html2pdf->Output('exemple03.pdf');

tromb Fichier joint : File0155.pdf

and this is the printed copy !!!!

when I used the UTF8 all thing goes fine except the page number.

4

which pdf reader are you using ? because it is working fine for me.
Ancien pseudo : lolo

5


I am using Adobe Reader 9.1.0

6


ooooh

WARNING: The forms do not work with the new version 9.1 of Adobe Reader

why??

is there any update that will be done on this class to solve this problem??

if not?? what is the reader that you suggest?

7

the pb is only with the 3.xx version, not with the 4.xx (in my remember)
Ancien pseudo : lolo

8

Spipu (./7) :
the pb is only with the 3.xx version, not with the 4.xx (in my remember)


hi,

I didn't understand!! what do you mean by pb?

9

the pb = the problem : The forms do not work with the new version 9.1 of Adobe Reader
Ancien pseudo : lolo

10

I think it is available with 4.01 also.

I saved the file and print it using Adobe Reader 9.1 and it has the problem, but when I print it using Foxit Reader it prints all things fine even the page numbers.

So, I think the problem with Adobe Reader 9.1 and v4.01

11

is there any advice?