PCL::Simple

PCL::Simple is a Perl module to create PCL for printing plain text files.
Download

PCL::Simple Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Phil R Lawrence
  • Publisher web site:
  • http://search.cpan.org/~prl/Term-Interact-0.44/Interact.pm

PCL::Simple Tags


PCL::Simple Description

PCL::Simple is a Perl module to create PCL for printing plain text files. PCL::Simple is a Perl module to create PCL for printing plain text files.SYNOPSIS use PCL::Simple qw( PCL_pre PCL_post ); open PLAIN, 'ready_for_printing.txt' or die; print SNAZZY PCL_pre( -w => 132, -lpp => 66 ); print SNAZZY while (); print SNAZZY PCL_post; close PLAIN; close SNAZZY;PCL::Simple will provide PCL strings that cause your printer to print a plain text file with *exactly* the right font -- i.e. the exact font needed to fill the page with as many fixed width characters across and down as you specify.In addition to providing for your desired width and height layout, the provided PCL strings will also cause the printer to honor your other desires regarding paper size, paper orientation, sides printed, and number of copies.USAGETwo functions are exportable: PCL_pre and PCL_post.PCL_post takes no parameters, it simply returns a string containing the "Printer Reset Command" and "Universal Exit Language Command" as specified by PCL documentation. This string is meant for appending to the end of your plain text document.PCL_pre takes a list or an href of key value pairs and returns a PCL string for insertion at the beginning of your plain text document. PCL_pre Paramaters are:-wWidth (Required)-lppLines Per Page (Required)-msMedia Size defaults to letter. Valid values are: executive, letter, legal, ledger, a4, a3, monarch, com-10, d1, c5, b5-msrcMedia Source is not set by default. Valid values are: numbers from 0 to 69. Generally refers to paper trays or feeders. See your printer documentation for details.-oOrientation defaults to portrait. Valid values are: landscape, portrait.-sSides defaults to 0. Valid values are: 0 (Single), 1 (Double Long), 2 (Double Short)-cCopies defaults to 1. Requirements: · Perl


PCL::Simple Related Software