Im working on barcode system that will generate 39 barcode image then print it out into a word document, How can i print the resulted image into a word file?
any help?
PHPWord
If you don't need an editable final document, use Zend_PDF instead.
Just consult the API reference of both, both have examples for image embeding.