Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • BackTrack 5 R2
  • Wine 1.4 / 1.5.5
  • Mozilla Firefox 12...
  • Ubuntu 11.04
  • Angry Birds 1.1.2.1
  • Ubuntu 10.04.4 LTS
  • Linux Kernel 3.4
  • Ubuntu Manual 10.10
  • Adobe Flash Player...
  • Pidgin 2.10.4
  • Home > Linux > Programming > Libraries

    PostScript::File 1.01

    Download button

    No screenshots available
    Downloads: 732  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Excellent (5.0/5)
    1 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Chris Willmot | More programs
    Perl Artistic License / FREE
    September 26th, 2006, 07:05 GMT
    ROOT / Programming / Libraries

     Read user reviews (0)  Refer to a friend  Subscribe

    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);

    Simplest

    An '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,
    );

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    base class | create Adobe PostScript files | Perl module | PostScript::File | create | Adobe



    HTML code for linking to this page:


    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM