Can somebody provide an example of how to use the Zend_Pdf_Page::drawContentStream() method from the Zend_Pdf API's?
+1
A:
Ah - there's no examples because there's no code :(. Maybe a later version of the API will do it....
/**
* Draw a Zend_Pdf_ContentStream at the specified position on the page
*
* @param ZPdfContentStream $cs
* @param float $x1
* @param float $y1
* @param float $x2
* @param float $y2
*/
public function drawContentStream($cs, $x1, $y1, $x2, $y2)
{
}