Hi Everyone, I am trying to Create an Advanced PD...
# advancedpdf
m
Hi Everyone, I am trying to Create an Advanced PDF that has an transaction body field of (type : Document) that carries an Image. When I preview the PDF, it display the image on Advanced PDF, but it covers the entire page and goes out of page boundaries as well. Can someone tell me if it would be possible to predefine the Image Max Width and Max Height?
Copy code
<tr>
	<td line-height="150%" height="20" >${record.custbody_signature}</td>
	</tr>
Thanks in advance.