1

Hi there,
I am using html2pdf class and its really fantastic and works great.
I have a little problem, I want to create a Format 2 x A4 size.
How can I achieve this?
Actually, I want to display A4 size of images on One Page.
You can say, I want to display them from printing purpose.
Structure of the HTML is as:
<table>
<tr>
<td>A4 Image Back Face</td>
<td>&nbsp;</td>
<td>A4 Image Front Face</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>A4 Image Inside Face</td>
</tr>
</table>
You help in this will highly appreciated.

Thanks

Regards

2

What you call 2xA4 might be called A3... does this help?