News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Creating press-ready PDF documents on the fly including individual barcodes
July 08, 2006 @ 07:25:37

In this new post on the ThinkPHP blog, Jason Easter demonstrates how, with the help of the PDFlib library for PHP, you can create "press-ready PDF documents" whenever you need to (including barcodes).

Often people would like to create a PDF in offset quality out of a big bunch of addresses and create a barcode for each address. Sure, you could do this using the serial-letter-function in Word or any PHP library - the problem is that you have to stick to special standards, e. g. using CMYK colorspace and the like.

There may be other good solutions for that. Anyway, now let's talk about doing that by using PDFLib - in the lite (and therefor free) version.

His example uses the "lite" version of the library and JPGraph to create the barcodes. They create the barcode first (from a value passed in the $_GET string), then insert it into the PDF defined by the code they provide. They even show how to add additional text and an image to round out the look of the newly minted PDF.

0 comments voice your opinion now!
pdf dynamic press-ready barcodes tutorial pdflib jpgraph pdf dynamic press-ready barcodes tutorial pdflib jpgraph


blog comments powered by Disqus

Similar Posts

Icant.co.uk: How to create thumbnails with PHP and gd

Zend Developer Zone: Creating PDF Documents with Zend Framework

Maarten Balliauw's Blog: Saving a PHPExcel spreadsheet to Google Documents

The Bakery: Five New Posts - Releases/Articles/Tutorials

TheTechLabs.com: Integrate Flex Builder 3.0 & Php easily with the fresh ZendAMF


Community Events











Don't see your event here?
Let us know!


development unittest usergroup podcast opinion conference rest community functional interview database introduction framework language symfony2 zendframework2 series release phpunit testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework