Zend Framework Render Barcodes Into PDF Pages

后端 未结 2 1554
感动是毒
感动是毒 2020-12-18 13:51

I\'m trying to create PDF pages with barcodes that have correct margins to be printed on sheets of labels (If you have another idea of how to print barcodes onto labels with

2条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-18 14:28

    $barcodeOptions = array('text' => 'ZEND-FRAMEWORK-1', 'font' => __DIR__ . "/FRE3OF9X.TTF"); 
    

    TTF file (FRE3OF9X.TTF or what have you) must exist.

提交回复
热议问题