I am trying to save a document to a pdf. If I include the document in a table cell it works fine. If I user the image as a brackground it does not save to the PDF. See below HTML
<table cellspacing="2" cellpadding="2" width="500" border="0">
<tbody>
<tr>
<td background="http://localhost:3995/images/2229-b.jpg" height="150">
<p>This is a test</p>
</td>
</tr>
</tbody>
</table>
Any Ideas?