PostScript::File

PostScript::File is a Perl base class for creating Adobe PostScript files.
Download

PostScript::File Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Chris Willmot
  • Publisher web site:
  • http://search.cpan.org/~cpwillmot/PostScript-Graph-1.02/Graph/Bar.pm

PostScript::File Tags


PostScript::File Description

PostScript::File is a Perl base class for creating Adobe PostScript files. PostScript::File is a Perl base class for creating Adobe PostScript files.SYNOPSIS use PostScript::File qw(check_tilde check_file incpage_label incpage_roman);SimplestAn 'hello world' program: use PostScript::File; my $ps = new PostScript::File(); $ps->add_to_page( 'Letter', height => 500, width => 400, bottom => 30, top => 30, left => 30, right => 30, clip_command => 'stroke', clipping => 1, eps => 1, dir => '~/foo', file => "bar", landscape => 0, headings => 1, reencode => 'ISOLatin1Encoding', font_suffix => '-iso', errors => 1, errmsg => 'Failed:', errfont => 'Helvetica', errsize => 12, errx => 72, erry => 300, debug => 2, db_active => 1, db_xgap => 120, db_xtab => 8, db_base => 300, db_ytop => 500, db_color => '1 0 0 setrgbcolor', db_font => 'Times-Roman', db_fontsize => 11, db_bufsize => 256, ); Requirements: · Perl


PostScript::File Related Software