GoLang PDF_show_boxed

request it (251)
GoLang replacement for PHP's PDF_show_boxed [edit | history]



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

PHP PDF_show_boxed

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

PDF_show_boxed

(PHP 4, PECL pdflib >= 1.0.0)

PDF_show_boxedOutput text in a box [deprecated]

Description

int PDF_show_boxed ( resource $p , string $text , float $left , float $top , float $width , float $height , string $mode , string $feature )

This function is deprecated since PDFlib version 6, use PDF_fit_textline() for single lines, or the PDF_*_textflow() functions for multi-line formatting instead.