It is not required, but we would suggest that you create a support account.
Registering is free and you are not obligated to purchase anything when registering.
..........................................
REGISTER
..........................................
NEW REQUEST
..........................................
TRACK REQUEST
..........................................
ARTICLES
..........................................
Hosting Client Login
Description:
EZPrint.cgi is a program written in Perl that will allow your visitors to have a printer friendly version of your site.
It is easy to implement and customize to your needs. You can have it open a local file or you can have it access a page
via an URL.
Features:
Ability to strip out links.
Ability to strip out images.
Ability to add or remove specific areas of the HTML page.
You set what area to print.
Common header and footer files.
Grab pages as a file.
Grab pages via an url.
Does not rely on a referring URL.
Requirements:
Perl 5.xx
CGI permission (cgi-bin).
LWP::UserAgent (If you use the URL directive).
Directives:
URL
The URL directive will download a copy of the file as if a browser was viewing it. It is suggested
that you only use this when creating a printable page for a dynamic page. The reason is that this
method is slower than the path method.
Path
The Path directive is the faster of the two directives. It is used in conjunction with a setting
in the actual script.
Directive Tags:
<!--StartDeleteMe--> Content to Delete <!--EndDeleteMe-->
Any content in between the start and end tag will be deleted. This is to be placed in the
PrintMe tags. You can use this multiple times in the file.
<!--PrintHidden Content to Print -->
This content will be shown when the print page is shown. It is basically going to be a
hidden HTML tag that will not be shown on the regular page. This can be used multiple
times. This is to be placed in the PrintMe tags.
<!--StartPrintMe--> Content to Print <!--EndPrintMe-->
This tag is the main tag used by the script. Anything in between the Start and End tag
will be show as the printable page. This tag can only be used once per file. To add
extra content use the PrintHidden directive. To delete unwanted information, use the
DeleteMe directive.