Script Description:This is a PHP class that helps you create printer friendly versions of your page easily. All you need to do is to insert some custom tags in your pages, tags that will tell the script what needs to be printed from that specific page. An unlimited number of areas can be set for printing allowing you a flexible way of setting up the content to be printedrrn rrnThe output is template driven, meaning that you can customize the printer friendly versions of your pages by adding custom headers, footers, copyright information or whatever extra info that you find appropriaterrn rrnThe script can be instructed to transform links to a readable format (<a href="www.somesite.com">c lick here</a> will become click here [www.somesite.com]) or to remove img tags (<img src="pic.jpg" alt="picture" /> will become [image: picture] or just [image] if no alt attribute is specified)rrn rrnThe code is heavily documented so you can easily understand every aspect of itrrn rrnSee the manual for more info.rrn
Site Url: http://stefangabos.blogspot.com/2006/10/zebra-php-framework-php-printer.html
