Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Pdf with multiple pages with table
Hi,
Thank you for answering my questions and I have another problem today is that I am trying to print a pdf which is has detail sections in 7 pages, when I print convert html to pdf, it is just print only first page with details and cut off the details with all following pages and overlap footer with detail in the first page.
here my xml
<body header="header" footer="footer" footer-height="10mm" header-height="25mm"> <table width="100%"> <tr> <td> <h2>Quotation</h2> </td> </tr> <tr> <td colspan="3"> <table width="100%"> <tr> <td style="width: 50%;"> <table width="100%" style="border-collapse:collapse;" id="headerTable"> <tr> <th colspan="2" align="center">Reseller Information</th> </tr> <tr> <td style="width: 40%;"><b>Name</b></td> <td>[NAME]</td> </tr> <tr> <td><b>Address</b></td> <td>[ADDRESS]</td> </tr> <tr> <td><b>Contact</b></td> <td>[PCONTACT]</td> </tr> </table> </td> <td style="width: 50%;"> <table width="100%" id="headerTable"> <tr> <th colspan="2" align="center">End user Information</th> </tr> <tr> <td style="width: 40%;"><b>Name</b></td> <td>[ENAME]</td> </tr> <tr> <td><b>Address</b></td> <td>[EADDRESS]</td> </tr> <tr> <td><b>Contact</b></td> <td>[EPCONTACT]</td> </tr> </table> </td> </tr> </table> </td> </tr> <tr> <td colspan="3"> <table width="100%" id="headerTable"> <tr> <th colspan="4" align="center">Quote Information</th> </tr> <tr> <td><b>Our Ref</b></td> <td>[OURREF]</td> <td><b>Date</b></td> <td>[DATE]</td> </tr> <tr>
0