0
I am using html2pdf, but I am not able to increase the printing margin. In my html I put <table align="center" cellspacing=0 cellpadding=0 border=0
so that everything is centralized. The maximum size I can put for the table is 670 getting like this:
<table align="center" cellspacing=0 cellpadding=0 border=0>
<tr>
<td width=335></td>
<td width=335></td>
</tr>
</tr>
When I put values above 670 it gets decentralized. Would there be any configuration in htm2PDF that could be modified to improve this?
In the examples I sought html2pdf he says to modify the $html2pdf = new HTML2PDF('P','A4','pt', array(0, 0, 0, 0));
I made changes, but they didn’t work.