Hi guys,
I'm using the windows version of Prince in an attempt to convert a very large html file, 40Mb, which consists of just a table with 9 columns and 120000 rows.
I've removed all style sheets and images, so its just a plain old html file.
However every time I do the conversion I get a failure and nothing outputted in the Output Log.
The file is of the format :
with the <tr> section repeated about 120000 times.
Is there a debug version of Prince that I can try this on or am I simply hitting the upper limit of what Prince can process?
Thanks for any help
I'm using the windows version of Prince in an attempt to convert a very large html file, 40Mb, which consists of just a table with 9 columns and 120000 rows.
I've removed all style sheets and images, so its just a plain old html file.
However every time I do the conversion I get a failure and nothing outputted in the Output Log.
The file is of the format :
<!DOCTYPE html
PUBLIC "-//W3C/DTD HTML 4.01 Transitional//EN">
<html lang="">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Report Results - Calls Abuse - Out of Hours</title>
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0">
<thead>
<tr>
<th width="20"> </th>
<th>Phone Number</th>
<th>User Name</th>
<th>Dialled Number</th>
<th>Destination</th>
<th>Total Duration</th>
<th>Date</th>
<th>Time</th>
<th>Total Spend</th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td>004412345566789090</td>
<td>Someones name</td>
<td>3495485XXXX</td>
<td> </td>
<td>02h 07m 24s</td>
<td>22/01/2009</td>
<td>22:36:42</td>
<td> £ 65.15</td>
</tr>
</tbody>
</table>
</body>
</html>
with the <tr> section repeated about 120000 times.
Is there a debug version of Prince that I can try this on or am I simply hitting the upper limit of what Prince can process?
Thanks for any help