1

Hi, I am using html2pdf from http://html2pdf.fr/es/default
but i foun this page... http://html2pdf.seven49.net/Web/ is the same?

in this last page there is a demo, whit this demo dont care if I have tables very big the pdf look so good,
but when I try with tables very big the tables appear just part

there is a way that if I have a very big table don care in the pdf... ¿?
please i need help
HTML : off - UBB : on

2

it is not the same program.

here, it is only for http://html2pdf.fr/es/default
Ancien pseudo : lolo

3

ok thanks, i am using that...
but I have a problem with tables very big
for example I have a table with width = "1000px"

when I try to pass that to pdf, I need change the width. That is not a big problem. but this size is choosed by the user.

for that reason, I need help with that, but I believe that I cannot do that, I will have to say to the users that they have to use a max size or something like that
HTML : off - UBB : on

4

1000px does not fit on a page...

and for create a PDF, it is better to use MM than PX ...
Ancien pseudo : lolo

5

Hi, I have a small question...

I made a few tables within a table, and I use

frame="box" border="1" cellpadding="10" cellspacing="2" borderColor="black" style="border-collapse:collapse;"

and it just doesn't seems display right...

what are my options...?

6

http://www.w3schools.com/tags/att_table_frame.asp
For practical reasons, it may be better not to specify frames, and use CSS to apply border styles instead.


you html is old html code, try to use css wink
Ancien pseudo : lolo