PostScript::Calendar

PostScript::Calendar is a Perl module that can generate a monthly calendar in PostScript.
Download

PostScript::Calendar Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Christopher J. Madsen
  • Publisher web site:
  • http://www.cjmweb.net/utilities/#perlver

PostScript::Calendar Tags


PostScript::Calendar Description

PostScript::Calendar is a Perl module that can generate a monthly calendar in PostScript. PostScript::Calendar is a Perl module that can generate a monthly calendar in PostScript.SYNOPSIS use PostScript::Calendar; my $cal = PostScript::Calendar->new($year, $month, phases => 1, mini_calendars => 'before'); $cal->output('filename');PostScript::Calendar generates printable calendars using PostScript.PostScript::Calendar uses Date::Calc's *_to_Text functions, so you can change the language used by calling Date::Calc's Language function before creating your calendar.Years must be fully specified (e.g., use 1990, not 90). Months range from 1 to 12. Days of the week can be specified as 0 to 7 (where Sunday is either 0 or 7, Monday is 1, etc.).All dimensions are specified in PostScript points (72 per inch). Requirements: · Perl · Date::Calc (5.0 or later) · Font::AFM · PostScript::File


PostScript::Calendar Related Software