How to add shadow to a rectangle, which is generated using PDFLIB in php. I used
$p->rect(540,610,44,43);
$p->stroke();
to generate rectangles.
How to add shadow to a rectangle, which is generated using PDFLIB in php. I used
$p->rect(540,610,44,43);
$p->stroke();
to generate rectangles.