This is a PHP script that helps you create
printer friendly versions of your pages very 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.
Printer Friendly PagesThis is a PHP script that helps you create printer friendly versions of your pages very 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 printed
The 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
appropriate
The script can be instructed to transform links to a readable
format (<a href="www.somesite.com">click 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)
The code is heavily documented so you can easily understand every aspect of it
|