Hello ,
We are using Aspose.Pdf,to show images uses Aspose.Pdf.Image
Can you tell me,On my HTML page if i am having different Images and i needs to show
those images in my newly generated pdf file on that particular place.
Make sure that we are using Aspose.pdf.Image to show images on Pdf file.
How to show multiple Images on pdf file on same place as inside HTML ?
OR
Aspose.pdf can be used as HTML/ASP.NET tag like <asp:Label ,<aspose:pdf etc.....
Our Basic Requirement is like
<Table>
<TR>
<Td>
<image src="/Images.Aspx?ImageId=1234"> = This will dump binary data to response.
can we relpace above line code to <Aspose:PdfImage Scr="/Image.aspx?ImageId="1234">
</Td>
</Tr>
</Table>
Thanks in Advance,
Kishan