• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: unwanted page break in my pdf

unwanted page break in my pdf 5 years 3 days ago #40224

  • rgouyon
  • rgouyon's Avatar
  • OFFLINE
  • Junior Boarder
  • Posts: 24
  • Thank you received: 1
Hello

I am building a pdf file with this HTML code. It draw a table of 3 lines an 2 columns with some informations in each cells.
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
</head>
<body>
<table
style="text-align: left; width: 70%; height: 20%; margin-left: auto; margin-right: auto;"
border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top; width: 50%;">Facture
électronique<br>
<span style="font-weight: bold;"><br>
</span><br>
</td>
<td style="vertical-align: top; width: 50%;">some text here<br>
bla bla<br>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1"
style="vertical-align: top; width: 611px;">Some text <br>
bla bla<br>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1"
style="vertical-align: top; width: 611px;">
<table style="text-align: left; width: 100%; height: 100%;"
border="2" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="vertical-align: top;">Description du produit<br>
</td>
<td style="vertical-align: top;">PU HT €<br>
</td>
<td style="vertical-align: top;">Quantité<br>
</td>
<td style="vertical-align: top;">Montant HT €<br>
</td>
</tr>
<tr>
<td style="vertical-align: top;">very nice softwaret:<br>
<span style="font-weight: bold;">XXXX</span><br>
</td>
<td style="vertical-align: top;">20<br>
</td>
<td style="vertical-align: top;">1<br>
</td>
<td style="vertical-align: top;">20<br>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="2" rowspan="1"
style="vertical-align: top; width: 100%;">Some text here<br>
</td>
</tr>
</tbody>
</table>
</body>
The problem is that the plugin create a new page for each row of my table.
I don't understand why because my table size is not very big (20 lines at most)

Any idea?
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!