GoLang PDF_setmatrix

request it (212)
GoLang replacement for PHP's PDF_setmatrix [edit | history]



Do you know a GoLang replacement for PHP's PDF_setmatrix? Write it!

PHP PDF_setmatrix

PHP original manual for PDF_setmatrix [ show | php.net ]

PDF_setmatrix

(PHP 4 >= 4.0.5, PECL pdflib >= 1.0.0)

PDF_setmatrixSet current transformation matrix

Description

bool PDF_setmatrix ( resource $p , float $a , float $b , float $c , float $d , float $e , float $f )

Explicitly sets the current transformation matrix. Returns TRUE on success or FALSE on failure.