Zend Framework Render Barcodes Into Multiple PDF Pages with other content
问题 I am trying to create pages of incrementing labels that include barcodes. I can get a barcode into a PDF, and I can get it superimposed on other content in the PDF (see below). But I can't figure out how to assign a barcode to a certain page of a pdf using something maybe like Zend_Barcode::factory('code39', 'pdf', $barcodeOptions, $rendererOptions)->setResource($page)->draw(); or $page = Zend_Barcode::factory('code39', 'pdf', $barcodeOptions, $rendererOptions)->setResource($pdf)->draw();