tags:

views:

3

answers:

0

Hello,

i want to insert image without using addImage function of FPDF. is it possible to insert inline images in html to generate the PDF?

I want to convert html to pdf like :

<div style="background:(images/header.png)">
  <img src="images/test.png" />
</div>

Kindly revert..